@charset "utf-8";
body {
	background:#343434;
	color:#fff;
	font:12px Verdana, sans-serif;
}
#corner-1, #header-bg, #corner-2, #corner-3, #footer-bg, #corner-4 {
	float:left;
	height:11px;
}	
#corner-1 {
	width:10px;
	background:url('/images/corner-1.gif') no-repeat;
}
#header-bg {
	width:380px;
	background:url('/images/header-bg.gif') repeat-x;
}
#corner-2 {
	width:10px;
	background:url('/images/corner-2.gif') no-repeat;
}
#corner-3 {
	width:10px;
	background:url('/images/corner-3.gif') no-repeat;
}
#footer-bg {
	width:380px;
	background:url('/images/footer-bg.gif') repeat-x;
}
#corner-4 {
	width:10px;
	background:url('/images/corner-4.gif') no-repeat;
}

#wrapper {
	width:400px;
	margin: 50px auto;
}
#main {
	background:#0e0e0e;
}
.logo {
	text-align:center;
}
.menu {
	padding: 10px 0 10px 30px;
}
a {
	color: #fff;
}
h2 {
	font:bold 12px Verdana, sans-serif;
}


