@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#000;
}
img {
	border:none;
}
a{
	text-decoration:none;
	font-size:12px;
	color:#FFF;
}
a:hover{
	color:#CCC;
}
#main-waraper{
	width:100%;
	margin-top:38px;
}
.menu-item{
	float:right;
	clear:both;
	margin-right:160px;
	margin-bottom:5px;
}
#footer{
	float:right;
	clear:both;
	margin-top:530px;
	font-size:12px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;	
}
