@charset "UTF-8";
/* end hide */

@import "header.css";
@import "contents.css";
@import "footer.css";

html {
	height:100%;
}

body {
	height: 100%;
	margin: 0 30px 0 50px;
	padding: 0;
	background-color: #D60007;
	text-align: center;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}


#distance { 
	width:1px;
	height:50%;
	background-color:#D60007;
	margin-bottom:-290px;
	float:left;
}

#wrapper {
	margin:0 auto;
	padding: 35px 70px 0 70px;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:560px;
	width:680px;
	clear:left;
	background-color:#fff;
}

#copy {
	margin:0 auto;
	padding: 10px 0 0 0;
	text-align: center;
}

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

