#center
{
max-width:1100px;
z-index: 2;
position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 75%;
border: solid 7px #fff;
background-color: #000;
margin: 0 auto;
color: #fff;
text-align: center;
}

body
{
background-color: #353535

}
