html, body {
	height: 100%;
}

body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #a7dcd7;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	background-image: url('images/brown-bg.png');
	background-repeat: repeat-x;
	background-position:bottom;
    background-attachment:fixed;
}

#side {
    float: left;
    width: 15%;
    margin-top: 50px;
    xheight: 200px;
    position: fixed;
	top: 0px;
}

#container {
    float: left;
	text-align: left;
	width: 85%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	xmargin: 0px auto;
	background-image: url('images/bg.png');
	background-repeat: no-repeat;
	background-position:bottom;
    background-attachment:fixed;
}

.content {
	text-align: left;
    border: 1px #c1c1c1 solid;
	width: 600px;
	min-height: 40px;
	padding: 5px;
	xmargin: 15 auto 0 300;
    margin-left: 340px;
    margin-top: 15px;
	margin-bottom:0px;
	background:rgba(255, 255, 255, .9);
	xmin-height: 100%;
	xheight: auto !important;
    

}

.game-logo {
	border: 1px solid #fff;
	float:left;
	margin-right: 10px;
}

#header{
	font-size: 0.8em;
	margin-top: 0px;
	padding-top: 0px;
	color:#000;
	background-color:#000;
	text-align: left;
	vertical-align:center;
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0px;
}

#header h1, h3 {
    float: left;
}

#header h1 {
    width: 200px;
}

#header h3 {
    margin-top: 7px;
    width: 600px;
}

#header h3 a {
    text-decoration: underline;
    color: #73c051;
}

#header h3 a:hover {
    text-decoration: underline;
    color: #fff;
}

#headcontent {
padding-top: 12px;
	color: #fff;
	width: 1015px;
	xwidth:100%;
    margin: 0 auto;
}

h1 {
	padding: 0px;
	margin: 0px;
}

IMG {
	border: 1px #c1c1c1 solid;
}

IMG a { 
	border: 0;
}

#news {
    margin-top: 60px;
    height: auto !important;
	height: 100%;
    
}
