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


/* Set 1em to 10px */
body {font-size: 62.5%;}
html>body {font-size: 10px;}

/* Base font face */
* { font-family: "Times New Roman", Times, serif; }
html>body * { font-family: "Times New Roman", Times, serif; }

.clearfloat {
	clear: both;
	display: block;
    height: 1px;
    font-size: 1px;
    line-height: 0px;
}

body {
	margin: 20px 0px 0px 0px; 
	padding: 0;
	text-align: center; 
	color: #ffffff;
	background-color: #211d13;
}

#container {
	width: 559px;
	margin: 0 auto;
	text-align: left;
}

.logo {
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.photo {
	border: solid 2px #FFFFFF;
}

img {
	border: 0;
}

.enter {
	width: 300px; 
	margin: 0 auto; 
	text-align:left;
}

.enter ul {
	margin-top: 20px;
}

.enter li {
	list-style-type: none;
	float: left;
}

.intro {
	margin: 10px 0px 0px 0px;
}

.intro p {
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: 400;
	text-align: center;
	letter-spacing: .05em;
}

a, a:visited, a:active {
	color: #211d13;
}