
body {
	background: #312821;
	color: #736F6D;
	font: 72%/160% Tahoma, Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0px;
	margin-top: 30px;
	min-width: 760px;
}

#banner {
	position: relative;
	top: 200px;
	width: 100%;
	height: 230px;
	background-image:url('../images/banner_tile.png');
	background-repeat:repeat-x;
}

#logo {
	position: relative;
	float: left;
	left: 80px;
}

#text {
	position: relative;
	float: right;
	right: 80px;
}

img { border: none; }
