*
{
	margin: 0;
	padding: 0;
}

body{
	background-color: #fff;
	text-align: center;
	font-family: Georgia, serif;
}

#container{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

#container img{
	height: 100%;
	-ms-interpolation-mode: bicubic;
}

#container object{
	height: 100%;
	-ms-interpolation-mode: bicubic;
}

#container a{
	border: 0;
}

.enter{
	position: relative;
	margin-top: -49%;
	float: right;
	margin-right: 16%;
}

h1{
	font-size: 16px;
	font-weight: normal;
}

a{
		color: #000;
	text-decoration: none;
}

.links{
	margin-top: 10px;
}

.links a{
	padding-right: 10px;
	padding-left: 10px;
}
p{
	color: #5f5b5b;
}
