body {
	background: #4173BE;
	font-family: Verdana;
	font-size: 10px;
	color: white;
}

div#bgimage {
	background: url(ui/eesplash.jpg);
	border: solid 1px transparent;
	width: 680px;
	height: 420px;
	padding: 0px;
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
}

div#wrapper-btn {
	margin-top: 80px;
	margin-left: 370px;
}

a {
	color: #89A3CB;
	text-decoration: underline;
}

a:hover {
	color: black;
	background-color: #89A3CB;
	text-decoration: none;
}

div#footer {
	overflow: auto;
	width: 340px;
	height: 240px;
	margin-left: 320px;
	margin-top: 10px;
	background: transparent;
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
	color: black;
}

div#celebname {
	width: 230px;
	height: 20px;
	margin-left: 430px;
	margin-top: 40px;
	background: transparent;
	text-align: center;
	verticle-align: center;
	font-family: Verdana;
	font-size: 9px;
	color: white;
}

div.btn a {
	width: 230px;
	height: 18px;
	display: block;

	background: #89A3CB;

	border-top: solid 1px white;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	border-left: solid 1px white;	
	padding: 1px 0px 2px 0px;

	text-decoration: none;
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	color: white;
}

div.btn a:hover {
	width: 230px;
	height: 18px;
	display: block;

	background: #7993BB;

	border-top: solid 1px black;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	border-left: solid 1px black;
	padding: 2px 0px 1px 0px;


	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	color: white;
}
