/* Link styles */

a.one:link {
color: #FFF;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:20px;
text-decoration: none;
}

a.one:visited {color:#6CF; }

a.one:hover {
font-size:150%;
color:#FFF;
}

a.two:link {
color: #780000;
}

a.two:visited {
color:#FFF; 
}

#header {
    background-color:#A8A8A8;
    color:white;
    text-align:right;
 
    background:-moz-linear-gradient(top, #686868, #A8A8A8);
	background:-webkit-gradient(linear, left top, left bottom, from(#686868), to(#A8A8A8));
}

#content {
   width:device-width;
	background:#000;
	color:white;
	text-align:center;
	padding:1px;
}

#contact {
   width:device-width;
	background:#B8B8B8;
	color:black;
	text-align:center;
	padding:1px;
}

#footer {
    background-color:#A8A8A8;
    height:50px;
    color:#000;
    clear:both;
    text-align:center;
    padding:1px; 
    
    	
	background:-moz-linear-gradient(top, #A8A8A8, #686868);
	background:-webkit-gradient(linear, left top, left bottom, from(#A8A8A8), to(#686868));
}


	



