html,body{margin:0;padding:0}

body{
background-color:#111; 
font: 80% Arial, sans-serif; 
background-image: url('images/deski.jpg');
background-repeat: repeat;
background-position:center;
text-align:center}


a {text-decoration:none; color:#8f8e8e;}
a:link{color:#8f8e8e;text-decoration:none;}
a:hover{color:#fff; text-decoration:none;}
a:visited{color:#8f8e8e;text-decoration:none;}

#header{
z-index:1;
text-align:left;
padding-left:50px;
width:90%;
}


#box{
	float:left;
	padding:20px;
width:20%;
color: #8f8e8e;
line-height:1.5em;
}

#container{
text-align:left;
width:1200px;
margin:0 auto;
}

#content{
	padding:20px;
	float:left;
width:70%;
color:#ddd;
z-index:10;
line-height:1.6em;
filter: alpha(opacity=60);
opacity:0.6;
background: #000;
}

#footer{
clear:both;
width:100%;
}

#footer p{
font-size:9px;
padding:20px;
text-align:center;
}



h2{
font-family: century gothic;
color: #ccc;
font-weight: normal;
font-size: 50px;
letter-spacing:0.1em;
padding-top:50px;
line-height:2;
border-bottom: 1px solid #8f8e8e;
}

h1{
font-family: century gothic;
color: #ddd;
text-align:left;
font-weight: normal;
font-size: 20px;
line-height:1.5;
border-bottom: 1px solid #8f8e8e;
}
textarea {
border: solid 1px #ddd;
background: transparent;
width:99%;
height: 80px;
font-family:verdana;
font-size:10px;
color:#222222;
padding: 3px;
margin-top: 5px;
margin-bottom: 25px;}