/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(../images/background.jpg) top center no-repeat;
	background-color:#141516;
}

#menu {
	float:right;
	width:559px;
	height:20px;
	margin-top:15px;
}

#logo {
	float:left;
	width:155px;
	height:80px;
}

#banner {
	float:left;
	width:827px;
	height:294px;
	margin-top:19px;
}

#running {
	float:left;
	width:827px;
	height:31px;
}

#line {
	float:left;
	width:827px;
	height:2px;
}

.word1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}

#content {
	float:left;
	width:827px;
	height:132px;
}

.word2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}

.word3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#959595;
}

#footer {
	float:left;
	width:827px;
	height:auto;
	margin-top:10px;
}