body {
	margin:0px; padding:0px;
	background: url(images/bg.jpg) repeat-x #1d1d1d;
	background-position: top center;
	background-size: 2000px 1200px;
	font-family: georgia, sans-serif;
	font-size:15px;
	line-height:14px;
	color: #d1d1d1;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 20px;
}

#header {
	background:url(images/header.png) no-repeat;
	background-position: top center;
	margin-top: 25px;
	height:132px;
	border-bottom: 1px #515151 solid;
}

#sub-header {
	height:15px;
	padding: 14px 0px 20px 0px;
	border-bottom: 1px #515151 solid;
	margin-bottom: 20px;
}

#main { 
	min-height:690px;
	border-bottom: 1px #515151 solid;
	margin-bottom: 2px;
}

.col1 { float:left; width:425px; padding:0px 25px 0px 0px;}
.col2 { float:right; width:450px; padding:20px 20px 20px 20px; background: url(images/col2.png); height: 628px;}


.pre-order {
	background: url(images/pre-order_bg.png); 
	min-height: 220px;
	}
	
.pre-order-col1 { float:left; width:240px; padding:80px 0px 0px 4px;}

.directions { 
	padding: 6px 6px 2px 6px; 
	margin-bottom: 8px; 
	background: url(images/col2.png);
	font-family: arial; 
	font-size: 11px; 
	line-height: 10px;
	color: #dbdbdb;
}

#difficulty { 
	width: 436px;
	padding: 2px 6px 2px 6px; 
	margin-bottom: 4px; 
	background: #000;
	font-family: arial; 
	font-size: 10px; 
	line-height: 10px;
	color: #dbdbdb;
}

.chat { height: 580px;}

#footer {
	clear: both;
	background: #1d1d1d;
	min-height: 100px;
	color: #e0e0e0;
	padding: 15px;
	font-size: 12px;

}


/* Links ------------------------------------------- */

a {
    color:#fff;
	text-decoration: underline;
	line-height:19px;
}
a:hover{
    color:#fff;
	text-decoration: underline;
	line-height:19px;
	font-style: italic;
}

a:visited {
    color:#fff;
	text-decoration: underline;
	line-height:19px;
}

#sub-header a {
	color: #fff;
	text-decoration: underline;
	line-height:19px;
}
#sub-header a:hover{
    color:#fff;
	text-decoration: underline;
	line-height:19px;
	font-style: italic;
}

#sub-header a:visited {
    color:#fff;
	text-decoration: underline;
	line-height:19px;
}

#continue
{
  display: block;
  float:right;
  width: 140px;
  height: 21px;
  background: url("images/hellohum_mainsite.png") no-repeat 0 0;
}

#continue:hover
{ 
  background-position: 0 -21px;
}

#continue span {display: none;}


