html {
	background-color:#fff;
}

body {
	margin: 0;
	padding: 0;
	}

h3 {
	color: #dec055;
	font-family: arial, san-serif;
	font-size:0.9em;
	font-style: italic;
	text-align: center;
	line-height: 1.4em;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 15px;
}


#pagewraper {
	margin: 0;
	padding: 0;
	width: 700px;
	height: auto;
	text-align: center;
}

#header {
	width: 700px;
	height: 80px;
	padding: 0;
	margin: 0;
	text-align: center;
}

p {
	font-family: arial, san-serif;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #999;
}

#container {
background-image: url(images/pattern.gif);
background-position: center top;
background-repeat: no-repeat;
	text-align: center;
	width: 700px;
	height: 480px;
}

#content {
	width: 700px;
	height: auto;
	text-align: center;
}

.logo {
	text-align: center;
	padding-top: 50px;
}
.intro {
	text-align: center;
}

.enterBtn {
	text-align: center;
	padding-top: 20px;
}

img {
	border: 0;
}