.alignleft{
	float:left;
}
.alignright{
	float:right;
}
body{
	background: url('chain.jpg') center top repeat-y #000;
	text-align:center;
	color: #fff;
	font-size:14px;
	font-family:Arial, Tahoma;
	line-height:22px;
}
a,a:active,a:visited{
	color:#f90;
	text-decoration:none;
}
a:hover{
	color:#fff;
}
img a{
	border:none;
}
h1{
	color: #fff;
	font-size:28px;
}
#header,#content,#footer{
	width:960px;
	margin: 0 auto;
	text-align:left;
}
#header{
	height:80px;
	background:#000;
	overflow:hidden;
}
#logo{
	width:320px;
	height:80px;
}
a#enter{
	width:153px;
	height:40px;
	margin-top:20px;
	text-indent:-9999px;
	display:block;
	background: url('enter-button.gif') left top #f00;
}
a:hover#enter{
	background: url('enter-button.gif') left bottom #f00;
}
#cover-ads{
	width:1000px;
	text-align:left;
	margin: 0 auto;
}
#content{
	margin: 10px auto 0;
	overflow:hidden;
}
#article,#webboard{
	padding:10px;
	width:460px;
	min-height:400px;
	_clear:both;
}
#article{
}
#webboard{
}
#article h2, #webboard h2{
	text-indent:-9999px;
	margin-bottom:10px;
}
#article h2{
	width:230px;
	height:32px;
	background: url('articles.gif') left top no-repeat;
}
.article-entry{
	margin-bottom:25px;
}
.article-entry img{
	max-width:460px;
}
#webboard h2{
	width:217px;
	height:32px;
	background: url('marketplace.gif') left top no-repeat;
}
.board-post td,.board-post-alt td{
	padding-left:16px;
	background: url('bullet.gif') left 4px no-repeat;
}
/*.board-post-alt{
	background:#111;
}*/
#footer{
	height:40px;
	padding-top:10px;
	margin-top:10px;
	border-top:solid 1px #222;
}

.skin-left, .skin-right {
	position: fixed;
	top: 0px;
	left: 50%;
}

.skin-left {
	margin-left: -660px;
}

.skin-right {
	margin-left: 500px;
}