html, body, h1, h2, h3, h4, h5, h6, p, ul, li, img {

	margin: 0;
	padding: 0
	border:0;
}


body{	
	font: 1em Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	margin: 0 auto;
	color: #000;
	padding: 5px;
	background-color: #000;
}

#whiteBackground
	{
	width: 99%;
	padding: 5px;
	background-color: #fff;
	}


#mainContainer
	{
	padding: 70px 0 0 0;
	background: #fff url(images/background.gif) 0 0 repeat-x;
	width: 100%;
	height: 700px;
	}
	
	
#content
	{
	text-align: left;
	margin: 0 auto;
	width: 756px;
	}
	

h1
	{
	background: url(images/netplay-logo.gif) 0 0 no-repeat;
	width: 212px;
	height: 57px;
	text-indent: -9000px;
	}
	
	
h2
	{
	margin: 20px 0 10px 0;
	}
	
	
	
p
	{
	margin: 10px 0;
	}
	
	
	
	
	
#welcomeInfo
	{
	height: 341px;
	margin: 15px 0 30px 0;
	background: url(images/home-image.jpg) 0 0 no-repeat;
	text-align: left;
	}
	
	

#welcome
	{
	line-height: 1.3;
	font-size: 14px;
	color: #fff;
	width: 380px;
	position: relative;
	top: 80px;
	left: 30px;
	}
	

#welcome a
	{
	color: #fff;
	}
	
	

	
	
ul#footer
	{
	padding: 0;
	margin: 0;
	clear: left;
	float: left;
	width: 776px;
	list-style-type: none;
	list-style-position: outside;
	}
	
ul#footer li
	{
	float: left;
	}
	


