/* CSS Document */
body {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../assets/images/bg4.jpg);
	background-attachment: fixed;
	background-position: center;
}


#header{
	width: 880px;
	margin: auto;
}


#links{
	width: 760px;
	margin: auto;
}


#frame{
	width: 760px;
	margin: auto;
}


#bottom{
	width: 760px;
	height: 50px;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(../assets/images/footerbg.gif);
}



a:hover {
	color: #FFFF00;
}

