@charset "utf-8";
.wedo {
	background-color: #000;
}
body {
		background-color:#000000;
		margin: 0; padding: 0;
		
		
	}

#body
	{
		background-image:url(images/wedo.jpg);
		background-repeat:no-repeat;
		width:1024px;
		height:850px;
		
	}
	
.menu
	{
		font-family:"Century Gothic", "Trebuchet MS", "Franklin Gothic B...";
		font-size:15px;
		color:#FFF;
		text-align:center;
		padding-top:240px;
			
	}
	
.copy
	{
		font-family:"Century Gothic", "Trebuchet MS", "Franklin Gothic B...";
		font-size:12px;
		color:#FFF;
		text-align:left;
		padding-top:55px;
		padding-left:142px;
	}
	
.footer
	{
		font-family:"Century Gothic", "Trebuchet MS", "Franklin Gothic B...";
		font-size:12px;
		color:#FFF;
		text-align:center;
		padding-top:200px;
	}
	
a
	{
		font-family:"Century Gothic", "Trebuchet MS", "Franklin Gothic B...";
		text-decoration:none;
		color:#ffffff;
	}

a:hover 
	{
		font-family:"Century Gothic", "Trebuchet MS", "Franklin Gothic B...";
		text-decoration:none;
		color: #029ad6;
	}