body {
	background-color:black;
	margin-left: 230px;
	margin-right: 230px;
	margin-bottom: 10px;
}

div#site {
width: 1280;
}

div#bann {
	float:top;
	width: 800px;
	height: 200px;
	background-color:#404040;
}

div#menu {
	width: 800 px;
	height: 18px;
	left: 235px;
}

#menu img {
	top:200px;
    }

div#page {
width: 805px;
background: grey;
color:white;
}

div#picture {
    float:left;
}

div#picture2 {
    float:left;
}

p {
color:white;

}


a {
	color: white;
	text-decoration:none;
	
}

a:hover {
	color: red;
	
	}

body {
	font-style: normal;
	font-family: tahoma;
	font-size: 13px;
	color: white;
}

