body {
	background-color: #fff;
	background-image: url(my_bg_1.gif);
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.menulink {text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #777}
.menulink:hover {color: #fff}

div#hotlinks {
 	position: absolute;
	text-align: center;
	width: 600px; height: 20px;
	top: 0; left: 50%; margin-left: -300px;
	background-color: #eee;
	font-size: 11px;
	font-color: #fff;
	padding: 3px;	
	overflow: hidden;	
}

div#splash {
 	position: absolute;
	width: 400px; height: 200px;
	top: 50%; left: 50%;
	margin-top: -100px;
	margin-left: -200px;
	background: url(img/splash.jpg);	
	overflow: hidden;	
}

div#header {
 	position: absolute;
    width: 400px; height: 75px;
	top: 10px; left: 0;	
	overflow: hidden;
	z-index: 120;	
}

div#but_enter {
 	position: absolute;
    width: 86px; height: 29px;
	top: 163px; left: 305px;
	overflow: hidden;
	z-index: 110;	
}

div#services {
 	position: absolute;
    width: 400px; height: 320px;
	top: 50%; left: 50%;
	margin-top: 110px;
	margin-left: -200px;	
	padding: 0;	
	text-align: justify;
	font-size: 10px; color: #aaa;
	overflow: hidden;
	z-index: 100;	
}
