@charset "UTF-8";
/* CSS Document */

html, body {
	background: url('img/bg.png') repeat-x top center #000;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

img { border: 0px; }

#menu {
	height: 15px;
	background: #000;
	text-valign: middle;
}

#container {
	position: relative;
	margin: auto;
	width: 600px;
	height: 100%;
	background: url('img/content-bg-10.png') repeat;
	padding-top: 30px;
	min-height: 100%;
	height: auto;
}

#banner {
	margin: auto;
	background: url('img/banner.png');
	height: 230px;
	width: 600px;
}

.text {
	padding: 15px;
	margin: auto;
}

#content {
	margin: auto;
}

#footer {height: 50px;}

.cover {
	padding-top: 30px;
}	

p, a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding: 3px;
}
