body {
	background-color: #000000;
	padding: 0px;
	margin-top: 80px;
	margin-bottom: 80px;
	font-family: Arial;
	font-size: 11px;
}
#container {
	width: 344px;
}
#slogan {
	background-color: #969696;
	background-image: url(../images/bgsl.gif);
	background-repeat: repeat-x;
	height: 76px;
	color: #FFFFFF;
	text-align: center;
}
#content {
	background-image: url(../images/bgc.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 180px;
	width: 294px;
	padding: 30px 25px 24px;
	color: #656565;
}
#footer {
	color: #5f5f5f;
	padding-top: 15px;
	background-image: url(../images/bgf.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 50px;
}
a:link, a:active, a:visited {
	color: #ff0024;
}
a:hover {
	text-decoration:none;	
}

input {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}

