html, body {
	margin: 0 auto;
	padding:0;
}

body {
	font-size:62.5%;
}

#header {
	width:100%;
	height:249px;
	background-color:#fff;
	border-bottom:1px solid #CCC;
	text-align:center;
}


#mainPage {
	margin: 0 auto;
	width:1000px;
	text-align: center;
}

#one #mainPage {
	margin: 100px auto;
	width:1000px;
	text-align: center;
}

#mainPage p {
	font: 1.5em/3.0  Verdana, Geneva, sans-serif;
	color:#999;
}


img {
	border:none;
}

a {
	font-family: HelveticaNeue Condensed, Helvetica, Arial, sans-serif;
	font-size:inherit;
	color: #999999;
	border:none;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
