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

img, #logo, #enter {
	behavior: url(iepngfix.htc);
}

body {
	margin: 0;
	padding: 0;
	background: #421F11 url(images/cover-bkg-io10.jpg) no-repeat top center;
}

#logo {
	width: 400px;
	height: 250px;
	background: url(images/anna-logo-cover-oi10.png) no-repeat center;
}

#enter {
	position: absolute;
	width: 400px;
	height: 369px;
	background: url(images/enter-oi10.png) no-repeat;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	left: 0px;
	text-align: center;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

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