@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	}

#wrapper {
width: 960px;
background-color: #000;
margin-left:auto;
margin-right:auto;
background-image:url(BG-texture2.png);
background-repeat: no-repeat;
padding-bottom:15px;
}

header {
height: 52px;
}

nav {
width:960px;
}

#content {
float: left;
width:552px;

}

#rightcol {
float: left;
width: 400px;
}

footer {
clear:both;
height: 50px;
}