@import url('reset.css');

body {
	background-color: #000;
}

div#wrap {
	margin: 0 auto;
	width: 960px;
	background: #000 url('../wsimages/wrap_bg.gif') no-repeat 0 0;
	min-height: 430px;
}

body#home div#wrap {
	background-image: none;
}

div#content {
	background-color: #000;
	margin: 20px 0 0 190px;
	min-height: 430px;
}

div#footer {
	clear: both;
	margin-top: 40px;
}

div#dev {
	clear: both;
	margin: 30px 0 15px 0;
	padding: 10px 0 0 0;
	height: 20px;
	border-top: 2px solid #e0dab7;
}

div#dev a {
	float: right;
	font-size: 10px;
	clear: both;
}