@charset "utf-8";
/* CSS Document */

body,html{
	background-color:#ff5500;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height: 100%;
}
*{
	padding:0px;
	margin:0px;
}

#website {
	position: relative; 
	min-height: 100%;
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
}
#menu { position: relative; margin-top: -30px; height: 30px; right:30px; }
#menu, #menu a{
	text-align:right;
	color:#FFF;
	text-decoration:none;
	
}
#menu a.black{
	color:#000;
	
}
#menu a:hover{
	text-decoration:underline;
	
}
