body { 
	margin:0; 
	font-size:0.8em; 
	line-height:16px; 
	background-color: #1e83a8; 
	font-family: "Trebuchet MS", "Myriad Pro", Arial;
	
	}

#container { 
	background-color: #1e83a8;
	/*background: url(images/bg.png) 0 135px repeat-x #ffffff;*/
	background: url(http://www.webdclub.com/images/bg4.png) #1e83a8 repeat-x;
	}
	
#header { 
	background: url(http://www.webdclub.com/images/header8.png) no-repeat 50% 0%;  
	height: 233px;
	margin: 0;
	}
	
#space { 
	padding:30px 0 0 0;
	text-align:center; 
	}
	

#menu { 
	background:#1e83a8; 
	width:800px; 
	margin:0 auto; 
	height:32px; 
	margin-top:155px;
	}
	
#menu ul { 
	margin:0; 
	padding:0;
	}
	
#menu ul li{ 
	display:inline-block; 
	float: left; 
	width:100px; 
	list-style:none; 
	text-align:center; 
	height:32px;
	}
a{
color: #fff;
}
a:hover{
text-decoration: none;
}
#menu a, #menu a:visited { 
	display:block; 
	float:left; 
	width:100px; 
	color:#FFFFFF; 
	font-size:14px; 
	text-transform:uppercase; 
	font-weight:bold; 
	text-decoration:none; 
	padding-top:8px;
	
	}
	
#menu a:hover{ 
	background: #000000; 
	padding-top:8px; 
	height:24px; 
	color:#ffffff;
	}

#main { 
	width:100%;
	}
	
h1 {
	color: #1e83a8;
	}
	
#content { 
	margin:0 auto; 
	padding:0;
	padding-top: 20px;	
	padding-bottom: 5px;	
	width:800px;  
	background-color:#000000;
	color: #ffffff;
	font-size: 14px;
	}
	
	
#content *{
	padding-left: 7px;
	}
	
#pic {
	float: right;
	padding: 5px;
	}
	
#please {
	text-align: center;
	}
	
#footer {
	background: url(http://www.webdclub.com/images/footer2.png) no-repeat 50% 0%;  
	height:79px;
	line-height: 79px;
	margin: 0;
	border-top: solid transparent .25px;
	}
	
#footer p{
	text-align: center;
	}

	
/*div {
	border: solid red 1px;
	}*/