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

html {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

body {
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	outline: none
}
a:link {
	color: #666666; 
	text-decoration: none
}
a:visited {
	color: #666666; 
	text-decoration: none
}
a:active {
	color: #666666; 
	text-decoration: none
}
a:hover {
	color: #666666; 
	text-decoration: underline
}

#logo {
	background-image: url(../images/logo.png);
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
	width: 425px;
	height: 113px;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 425px;
	color: #666666;
	text-align: center;
	font-size: 14px;
}

#footer {
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 425px;
	color: #666666;
	text-align: center;
	clear: both;
}
