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

body{
	height: 100%;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

#wrapper
{
	width: 400px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 250px;
	position:relative
}

#content{
	width: 400px;
	height: 400px;
	border: none;
	margin: 0;
	padding: 0;
}

#buttons li{
	display:inline;
	margin: 0;
	padding: 0;
}

#buttons li a
{
	position: relative;
  	display: block;
  	width: 400px;
  	height: 400px;
	text-indent:-9999px;
  	overflow: hidden;
	font-size: 1%;
	text-decoration: none;
	background-color: #FFFFFF;

}

#buttons li a:hover
{ 
  	display: block;
  	width: 400px;
  	height: 400px;
	text-decoration:none;
	background-color:#FFFFFF;
}

li#world_btn a
{
	background: url(EnterImages/woal-enter_ro.gif) no-repeat top;
  	width: 360px;
  	height: 93.33px;
}

li#world_btn a:hover
{
  	width: 360px;
  	height: 93.33px;
 	background-position: 0 -93.33px;
}
li#email_btn a
{
	background: url(EnterImages/email_btn.gif) no-repeat top; 
  	width: 78px;
  	height: 59.33px;
}

li#email_btn a:hover
{
  	width: 78px;
  	height: 59.33px;
 	background-position: 0 -59.33px;
}
li#email_btn a:active
{
  	width: 78px;
  	height: 59px;
 	background-position: 0 -118.6px;
}
