﻿html
{	
	height:1050px;
	overflow:scroll;
}

body 
{
	background-image:url("../images/monster.jpg"/*tpa=http://www.lilton.se/images/monster.jpg*/);
	overflow:hidden;
	height:1050px;
	margin: 0; 
	background-color: #E7E7E7;
}

img
{
	border-width:0px;
}

#big_main
{
	overflow:hidden;
	height:100%;
	width:730px;
	margin-left:auto;
    margin-right:auto;  
    
    position: relative; 
    width: 100%; 
    display: table; 
    height: 100%;      
}

#main 
{  	
    margin-left:auto;
    margin-right:auto;
    height:100%;
    /*width:603px;*/
    width:623px;
    background-color:White;     
}
#left 
{
    position:relative;
    left:-50px; 
    height:100%;
}
#right 
{
    position:relative;
    left:550px;
    top:-1105px;
}

#table_main
{
	width:779px;
}

#content_container
{
	position:absolute;
    top:0px;
    left:50%;
}

#content
{
    position:relative;
    left:-250px;
    width:480px;
    text-align:left;
    line-height:14px; 
}
#menu
{
    text-align:center;
    /*position:absolute;
    bottom:13px;*/
    position:relative;
    top:20px;
    left:-290px;
    
    font-family: Verdana;
    /*font-size:12px;*/
    font-size:11px;
    z-index:7;
}
.capitalletter
{
	font-family: Georgia,Verdana;
	font-size: 20px;
}

.contenttext
{
	font-family:Verdana;
	font-size:10px;
}

.content_table
{
	width:300px;
	border-width:0px;	
	padding:1px;
	margin:0px;
	text-align:left;
	line-height:11px; 
}

.flags
{
	text-align:left;
	padding-top:5px;
	padding-bottom:0px;
}

.footer
{
	font-size:9px;
}

a 
{
	color:Black;
	text-decoration:none;	
}
