*{
	margin:				0px;
	padding:			0px;
	font-size:			100%;
	line-height:			1.5;
}

body{
	color:				#fff;
	background-image : url(back.jpg);
	background-repeat:		repeat-x;
	background-position:		0% 0%;
	background-color:		#000;
}

A:link {text-decoration:none; color:#33ccff;}
A:visited {text-decoration:none; color:#33ccff;}
A:active {text-decoration:none; color:#ff0000;}
A:hover {color:#ff0033;}
A:hover{text-decoration:underline;}

div#container{
	width:			930px;
	margin:			0 auto;
}
