@charset "UTF-8";
/* CSS Document */
body {
	background-color: #222222;
	margin: 0px;
	color: #ccc;
}
#header{
	background-image:url(images/Logo2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 870px;
	height: 188px;
	margin: 0px;
} 
#main {
	width: 870px;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 568px;
	margin-top: -284px;
	margin-left: -430px;
	text-align: left;
}
#contents{
	width: 860px;
}
#menu{
	width: 870px;
	margin-top: 30px;
	float: left;
	color: #CCC;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, sans-serif;
}
#menu-gallery{
	width: 270px;
	float: left;
	height: 300px;
	margin-right: 25px;
}
#menu-profile{
	width: 270px;
	float: left;
	height: 300px;
	margin-right: 19px;
	margin-top: 50px;
}
#menu-contact{
	width: 270px;
	float: left;
	height: 300px;
	margin-top:-20px;
}