body {
	border:0; margin:0; padding:0; 
	background:url('../images/pattern.gif');
}

#entrance {
	width:500px; height:450px;
	padding-top:30px;
	margin-left:auto; margin-right:auto;
}

#logo {
	width:388px; height:33px;
	text-align:center;
	background:url('../images/logo.gif');
	margin:0 0 40px 60px;
}

.tabs {
	width:200px; height:300px;
	padding-top:20px;
	background:#ffffff;
	cursor:hand;
}

#ele {
	float:left;
}
	
	#ele .img {
		width:180px; height:180px; 
		background:url('../images/tab_ele.gif'); 
		margin:0 auto 30px auto;
		cursor:hand;
	}
	
	#ele .log {
		width:150px; height:30px;
		background:url('../images/logo_ele.gif'); 
		margin-left:auto; margin-right:auto; 
		cursor:hand;
	}
	
#mec {
	float:right;
}
	
	#mec .img {
		width:180px; height:180px; 
		background:url('../images/tab_mec.gif'); 
		margin:0 auto 30px auto;
		cursor:hand;
	}

	#mec .log {
		width:150px; height:30px;
		background:url('../images/logo_mec.gif'); 
		margin-left:auto; margin-right:auto;
		cursor:hand;
	}
	
#footer {
	position:absolute;
	width:100%;
	text-align:center;
	font:8pt verdana;
	color:white;
}
