body, html {
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
}

.home {
	background-image: url(imgs/bgtrama.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;  
}

#wrapper {
	position:absolute;
	/*left: 50%;*/
	top: 50%;
	/*width: 760px;*/
	width:100%;
	margin-top: -125px;
	/*margin-left: -380px;*/
	margin-left:auto;
	margin-right:auto;
	height: 250px;
}


#enterbutton {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	height: 20px;
	font-size: 14px;
}

#enterbutton a {
	color: #FFF;
	text-decoration: none;
}

#oldsite {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	height: 20px;
	font-size: 12px;
	
}

#oldsite a {
	color: #FFFFFF;
	text-decoration: none;
	
}