HTML
{
	margin:0; 
	padding:0;	
	height:100%;	
}

BODY
{
	margin:0; 
	padding:0;	
	height:100%;
	background-color:Teal ;
	overflow :auto;
}
.runko
{
	position:absolute;
	width:100%;
	height:100%;
}


TD
{
    
}
.paaotsikko
{
	top:250px;
	left:450px;
	position:absolute;  
    FONT-WEIGHT: 200;
    FONT-SIZE: 30px;
    COLOR: #99cccc;
    FONT-FAMILY: Arial Baltic;
    BACKGROUND-COLOR: transparent;
    TEXT-DECORATION: none
}
.apuotsikko1
{
	top:280px;    
	left:250px;
	position:absolute;	
    FONT-SIZE:14px;
    COLOR:#99cccc;
    FONT-FAMILY:Arial Black;
    TEXT-DECORATION:none
}
.sisalto_yla
{
    box-sizing:border-box;
    border-radius:5px;
    -moz-box-sizing:border-box; /* Firefox */
    top:50px;
    left:450px;  
	border:1px solid gray;
	width:300px;
	height:50px;
    position:absolute;
    text-align:center ;   
	background-color:Silver;
    font-family:Book Antiqua;
    font-size:36px;
    font-weight:bold;
    color:Black;   
	-moz-opacity:0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	filter: alpha(opacity=80);					
	opacity:0.4;	
}    
    
.textbox
{
    box-sizing:border-box;
    border-radius:5px;
    -moz-box-sizing:border-box; /* Firefox */
    top:120px;
    left:220px;  
	border:1px solid gray;
	width:800px;
	height:550px;
    position:absolute;
    text-align:center ;   
	background-color:#ffffff;
    font-family:Book Antiqua;
    font-size:15px;
    font-weight:bold;
    line-height:2px;
    color:Black;   
	-moz-opacity:0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	filter: alpha(opacity=80);					
	opacity:0.5;
	z-index:0; 	
}    
    
.textbox2
{
    box-sizing:border-box;
    border-radius:5px;
    -moz-box-sizing:border-box; /* Firefox */
    top:100px;
    left:250px;  
	border:1px solid gray;
	width:450px;
	height:350px;
    position:absolute;
    text-align:left ;   
	background-color:#ffffff;
    font-family:Book Antiqua;
    font-size:15px;
    font-weight:bold;
    line-height:2px;
    color:Black;   
	z-index :1;
	border:0; 
}        
    
.link_1 
{ 
top:200px;
left:560px; 
width:200px; 
height:30px; 
font-family: Elephant, STHupo;
font-weight: 100;
font-size: 20px;
color: #535353;
border-width:1px 1px 1px 1px; 
border-style:hidden; 
border-color:black;
position:absolute;
text-decoration:none; 

} 

.copyright
{
	top:800px;
	left:500px;	
	position:absolute;
	font-size: 11px;
	color: #484848 ;
	font-family: Arial;
	text-decoration: none;
	text-align:left;
	line-height:12px;
	height:50;
	width:700; 
	
}