@charset "utf-8";

body {
	text-align:center;
	background: #141414;
}

#header {
	text-align:right;
	border-bottom: thin solid #D3D7E0;
	margin-bottom: 1em;
	background: url(../gfx/logo.png) no-repeat;
	height: 31px;
	position: relative;
}

#footer {
	margin-top: 2em;
}

#container {
	background: #141414;
	position: relative;
	top: 20px;
	width:900px;
	margin:auto;
	text-align:left;
}

#main {
	position:relative;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

.gallery {
	float: left;
	margin: 0px;
	padding: 0px;
}

#Text {
	width: 315px;
	margin-top: 0px;
	padding-top: 0px;
	float:right;
}

#gallery {
	text-align:left;
	width:560;
}
