body, html { 
	background-color: #000000;
	margin:0; 
 	padding:0;
	color: #fff;
	font-family: verdana, sans-serif, helvetica ;
	font-size: 10px;	
}

.Hidden {
	display: none;	
}

a:link, a:visited {
	color: #FF0099;
	text-decoration: underline;
	
}

a:hover, a:active {
	color: #FF0099;
	text-decoration:underline;
}

p {
	line-height:15px;
	margin:0px;
	padding-bottom:10px;
	
}

.harmaa {
	
	color: #555;

}


#container {
	width: 820px;
	margin: 0 auto 0 auto ;
}

#header{ 
 width:820px;  
 margin-bottom: 10px; 
padding:40px 0 10px 0;
 float: left;
 border-bottom:1px solid #fff;
 } 

#setti {
	width: 820px;
	float: left;
        padding-bottom:50px;
	margin:0;
}



#left{
	width: 310px;
	float: left;
	
}

#right{
	width: 480px;
	float: left;
	margin-left:20px;

}

h1 {
 font-size: 22px;
 color: #ffffff;
 font-weight: normal;
 margin:0px;
line-height:1;
padding-bottom:10px;
	
}


h2 {
 font-size: 18px;
 color: #FF0099;
 font-weight: normal;
line-height:1;
	margin:0px;
	padding-left:10px;
	margin-bottom:15px;
display:block;
background-color:#fff;
}


.borders2
{
	display:block; 
	width:280px; 
	height:160px;
	padding:10px;
	margin:0;
	background-color:#fff;
	border:1px solid #555;	
}


.borders
{
	display:block; 
	margin:0;
	background-color:#fff;
	border:10px solid #ffffff;
	margin-bottom:50px;

}



#footer {
	float: left;
	width: 810px;
	height:100px;
	border-top:1px solid #fff;
	padding-top:10px;
	text-align:right;
	
       
}

