/*** YLEINEN CSS ***/

body {
	margin: 0px 0px;
	padding: 0px 0px;

	background: #cccccc ;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF8000;
	background: #0D110D;
	background-image: url(petokala.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center; 
	
}

textarea {
	color: #FF8000;
	background: #0D110D;
	border: 1px solid #DF7401;
	font-size: 14px;
	opacity: 0.9;
        filter: alpha(opacity=90);
}

input {
	color: #FF4000;
	background: #8A2908;
	font-size: 18px;
	border: 1px solid #243024;
	
}

input:hover {
	color: #8A2908;
	background: #FF4000;
	font-size: 18px;
	border: 1px solid #293A16;

}

table {
	text-align: center;
	border: 1px solid #8A4B08;
}

td, th {     border: 1px solid #8A4B08;}

hr {
	border: 1px solid #8A4B08; }


h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8A4B08;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #8A2908;
}

a:hover {
	text-decoration: underline;
	color: #FF4000;
}

b {
	font-weight: bold;
	color: #DF7401;
}


/*** HEADER KAMA ***/

#header {
	text-align: center;
	float: top;
	height: auto;
	width: 1080px ;
	margin-left: auto ;
	margin-right: auto ;
	padding: 10px 0px;
	background: #0D110D;
	opacity: 0.80;
        filter: alpha(opacity=80);
}

/*** CONTENT ***/

#content {
	

}

/*** FOOTER ***/

#footer {
	clear: both;
	width: 1080px;
	margin-left: auto ;
	margin-right: auto ;
	
	font-size: 14px;
	text-align: center;
	padding: 10px;
	color: #8A4B08;
	
	background: #0D110D;
	opacity: 0.80;
        filter: alpha(opacity=80);
}
