/* Layout */
#page{
	width: 900px;
	margin:auto;
}

#content { 
	margin:20px 20px 20px 20px; 
}
/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;    /* Minimum width of layout
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	font-family:"Century Gothic";
	background-image: url(../images/bg.jpg);
  	background-position: left top;
  	background-repeat: repeat-x;
}

content.a {
	color:#369;
}
content.a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
	
