@charset "utf-8";
/* CSS Document */

body {
		background-color: #000000;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
}

#wrapper {
		width:600px;
		margin-right:auto;
		margin-left:auto;
		font-family:Arial, Helvetica, sans-serif;
		line-height:18px;
		}
#header {
		float:left;
		width:600px;
		height:183px;
		overflow:hidden;
		background: url(images/gradient_top.jpg);
		}
#content {
		float:left;
		width:600px;
		background:#3e3e3e url(images/bg.gif);
		color:#fff;
		font-size:12px;
		}
#content h2 {
	color:#fff;
	line-height:24px;
	font-size:18px;
}
#footer {
		float:left;
		width:600px;
		background: url(images/gradient_bot.jpg) repeat-x;
		color:#666;
		font-size:11px;
		}

#footer a {
		color:#666;
		text-decoration:underline;
		}
#box {
		padding-left:50px;
		padding-right:50px;
		}