﻿body 
{
    background: url('Images/background.png') repeat-x #e5f5fb;
    
    margin: 0;
    padding: 0;
    
    font-size: 8pt;
    color: White;
    font-family: Verdana;
}

a
{
    color: White;
    text-decoration: none;
}


#container
{
    margin: 0 auto;
    width: 993px;
    height: 900px;
    background: url('Images/container.png') no-repeat;
    
    text-align: center;
    
    padding-top: 64px;
}

div.center
{
	margin: 0 auto;
	width: 900px;
	text-align: center;
}

#copyright
{	
    margin-top: 35px;
    color: #0e3e5c;    
}

#copyright, #copyright a
{
color: #0e3e5c;    
}

a img
{
	border: none;
}


