body {
	margin: 25px;
	background-color: #0c0c0c;
}

.container{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	background-color: #1b1b1b;
}

.banner{
	background-color: #1b1b1b;
	width: 100%;
}

.content{
	background-color: #1b1b1b;
	width: 100%;	
}

.text{	
	text-align: left;
	margin: 28px 48px 28px 48px;
	font-family: verdana;
	font-size: 11px;
	color: #cccccc;
}

.footer{
	width: 100%;
	text-align: center;
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	background-color: #0c0c0c;
}

a:link.footer-link{
	color: #666666;
	text-decoration: none;
}

a:visited.footer-link{
	color: #666666;
	text-decoration: none;
}

a:hover.footer-link{
	color: #999999;
	text-decoration: none;
}

a:active.footer-link{
	color: #666666;
	text-decoration: none;
}

.newsletter{
	float: right;
	width: 180px;
	background-color: #333333;
	padding: 20px 20px 0px 20px;
	text-align: left;
}

div.clear{
    clear: both;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    visibility: hidden;
	width: 0;
	height: 0;
}

input {
	width: 160px;
	border: 1px solid #cccccc;
}