
body{
	background: url(background.gif) repeat-x fixed;
	background-color: #F3F3F3;
	font-family: arial, sans-serif;
	color: #fff;
}

#center {
	width: 610px;
	margin-left: auto ;
	margin-right: auto ;
}

#main {
	width: 610px;
	height: 300px;
	top: 60px;
	position: absolute; 
	background-image: url(main.gif);
}

#content {
	margin-top: 200px;
	margin-left: 30px;
}

a:link, a:visited  { 
	color: #999; 
	text-decoration: none; 
}

a:hover {
	color: #fff;
	text-decoration: none; 
}