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

body{
background-color:#999185; 
font: 100% Georgia, serif; 
background-image: url('images/kot.jpg');
background-repeat: no-repeat;
background-position:center top;
text-align:center}


a {text-decoration:none; color:#5f5f58;}
a:link{color:#b2c9cc;text-decoration:none;}
a:hover{color:#fefefe; text-decoration:none;}
a:visited{color:#5f5f58;text-decoration:none;}



#box{
	float:left;
	position:relative;
	font-size:12px;
	margin-left:20px;
	margin-top:340px;
width:20%;
}

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

#content{
	padding:20px;
	float:left;
	position:relative;
	margin-top:420px;
width:70%;
color:#222;
z-index:10;
line-height:1.6em;
}

#footer{
clear:both;
width:100%;
border-top:1px solid #5f5f58;
}

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

}

h2{
font-family: georgia;
color: #5f5f58;
border-bottom:1px solid #5f5f58;
border-right:10px solid #5f5f58;
text-align:left;
font-weight: normal;
font-size: 1.9em;
padding-left:10px;
}


h1{
font-family: georgia;
color: #fefefe;
text-align:left;
font-weight: normal;
font-size: 20px;
line-height:1.5;
text-transform:uppercase;
letter-spacing:1.5px;
border-bottom: 1px solid #5f5f58;
}
textarea {
border: solid 1px #222;
background: transparent;
width:99%;
height: 80px;
font-family:verdana;
font-size:10px;
color:#222222;
padding: 3px;
margin-top: 5px;
margin-bottom: 25px;}