@charset "UTF-8";
/* CSS Document */
html{ height:100%; }

body{
	font-size:14px;
	margin:0;
	background-color:#000;
	/*background-image:url(images/header_bg.jpg);*/
	background-repeat:repeat-x;
	line-height:1.5;
	height:100%;
}

img{
	border-width:0;
	margin:0;
}


#container{
	width:800px;
	min-height:100%;
	margin:0 auto;
	border:1px #333 solid;
	border-width:0 1px 0 1px;
	position:relative;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

#container2{
	width:800px;
	min-height:100%;
	margin:0 auto;
	border:1px #333 solid;
	border-width:0 1px 0 1px;
	position:relative;
	background-image:url(images/header2.jpg);
	background-repeat:no-repeat;
}

#head{
	position:relative;
	margin:0;
	width:100%;
	height:340px;
}

div#content{
	width:760px;
	margin:0 auto;
}

.section{
	background-color:#b0aabd;
	/*border-radius:12px;*/
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
}

.section .name{
	width:95%;
	font-size:16px;
	margin:0 auto;
	padding:0 0;
	font-weight:bold;
	color:#4a2597;
	position:relative;
	min-height:20px;
	border-color:#6e5cee;
	border-style:solid;
	border-width:0 0 1px 0;
}

.section .name .date{
	float:right;
	font-size:14px;
	background-color:#6e5cee;
	color:#fff;
	padding:2px 10px;
	text-align:center;
	font-weight:normal;
}


.section .article{
	width:95%;
	margin:0 auto;
	padding:13px 0;
	color:#333;
}

.section .article img{
	display:block;
	width:80%;
	margin:5px auto;
	border:1px #aaa solid;
}

/*-----Xbox One------*/
.xone{
	background-color:#CEE0CB;
}

.xone .name .date{
	background-color:#063;
}

.xone .name{
	color:#063;
	border-color:#063;
}



#footer{
	width:100%;
	height:60px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	padding-top:15px;
	font-size:10px;
	text-align:center;
	color:#999;
	margin-top:30px;
	position:absolute;
	left:0;
	bottom:0;
}

