body
{
	margin:100px;
	background: #000000;
	color: #FFFFFF;
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#logo
{
	background: url(logo2.jpg) no-repeat center;
	width: 400px;
	height: 83px;
	margin-left: auto;
	margin-right: auto;
}

#choice
{
	width: 400px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	text-align: center;
	font-size: 16px;
}

#link1
{
	float: left;
	width: 200px;
	height: 100px;
	font-size: 25px;
	padding-top: 15px;	
	font-weight: bold;
}
#link2
{
	float: right;
	width: 200px;
	height: 100px;
	font-size: 25px;
	padding-top: 15px;	
	font-weight: bold;			
}

a
{
	text-decoration: none;
	color: #ffffff;
}

a:hover
{
	text-decoration: none;
	color: #ff0000;
}