﻿body 
{
    padding:0px;
    margin: 0px;
    background-image: url(images/bak.jpg);
    background-repeat: repeat-x;
    background-color: #393939;
	text-align: center;
	font-family: Arial;
}

#main
{
    background-image: url(images/storbak.jpg);
    width: 927px;
    height: 738px;
	margin: 1em auto;
	background-color: #ddd;
	text-align: left;

    }
    
    
#main .textblock
{
    padding-top: 110px;
    padding-left: 80px;
    width: 700px;
    }
    
a:link
{
    color: #ff9900;
    text-decoration: none;
    }  
      
a:hover
{
    color: #ff9900;
    text-decoration: none;
    } 

a:visited
{
    color: #ff9900;
    text-decoration: none;
    } 

a:active
{
    color: #ff9900;
    text-decoration: none;
    }        
