@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	}

body{
	text-align: center;
	background-image:url(../neutral_magazine.png);
    background-repeat:repeat;
	}
/*
-----------------------------------------------
Main container with all elements is 914 px wide
-----------------------------------------------

*/
#container{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
	border: 5px solid #FFF;
	}
	

#footer{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align:center;
	color:#FFF;
	}

#footer h1{
	font-size: .75em;
	}


#footer a{
	color: #fff;
	text-decoration: underline;
	}


#footer a:hover{text-decoration: none;}