*{
margin:0px;
padding:0px;
}

img{border:0px}

html{
	width:100%;
	height:100%;
	margin:0px;
	background: #4f3826;
}

body{
	height:100%;
	margin:0 auto;
	position:relative;
	
}

html > body{
	min-height:100%;
	height:auto;
}

#clear {
	clear: both;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding-top: 25px;
}

#enter {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
	padding-right: 100px;
}

h1 a{
	text-decoration: none;
	color: #f2e0e0;
	font-size: 18px;}

h1 a:hover {
	color: #d4abab;
	text-decoration: underline;
}
#footer{
	width:800px;
	padding-top: 20px;
}

#footer_nav {
	font-size:10px;
	color:#c2927c;
	line-height:20px;
	text-align:center;
	margin:0px 0 10px 0;
}

#footer_nav a{
	margin:0 12px;
	text-decoration: none;
	color: #c2927c;
}

#footer_nav a:hover {
	color: #f8b0b1;
}

#copy{
	text-align:center;
	font-size:10px;
	color:#c2927c;
	padding-bottom: 20px;
}
#copy a{
	color:#c2927c;
	text-decoration:none;
}

#copy a:visited,{
	text-decoration: none;
}

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