/*Global white space reset*/
* {
    	margin: 0;
		padding: 0;
		}

	
/*body properties*/

body {
	background-color: #333333;
	}
	
/*copy*/

#container {
	width: 644px;
	margin: 0 auto;
	padding-top: 80px;
	}
	
#header {
	width: 600px;
	height: 20px;
	font-family: verdana, helvetica, arial, sans-serif;
    padding-bottom: 0px;
	}
	
#header h1 {
	color: #ffffff;
	font-size: 12px;
	padding-top: 4px;
	font-weight: lighter;
	}
	
p	{
	color: white;
	font-size: 12px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: lighter;
	}