body {
    background: #000000;
	background-image: url(images/bg.jpg);
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    font-family: verdana, tahoma, helvetica, arial, sans-serif;
    font-size: 14px;
    height: 100%;

}
div.header,div.footer
{
	padding: 0px;
	background-color:#000000;
	width: 677px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}


div.banner
{
	width: 677px;
	background-color:#000000;
	text-align:center;
    margin-top:10px;
    margin-bottom:10px;
    padding: 0px;
	margin-left: auto;
	margin-right: auto;
	
}

div.gallery

{
	height:auto;
	text-align:center;
	background-color:#000000;
	padding: 0px;
	width: 677px;
	margin-left: auto;
	margin-right: auto;
	clear: both;

}

.content img{
	margin: 20px 20px 20px 20px;
	float: right;
	border: none;
	vertical-align: middle;
	white-space: nowrap
}


