﻿body 
{
    color: #000;
    padding: 0;
    margin: 0;
    background-color: #352820; 
}

#outer
{
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
}

#inner
{
    width: 800px;
    height: 600px;
    margin-left: -400px;  /***  width / 2   ***/
    position: absolute;
    top: -300px;          /***  height / 2   ***/
    left: 50%;
    background-image: url('../Images/stonecraft_background.jpg');
    background-repeat: no-repeat;    
}

#title
{
    position: absolute;
    left: 20px;
    top: 15px;
    width: 485px;
    height: 50px;
    display: block;
}

#title h3
{
    font-family: Trebuchet MS, Verdana;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: -1px;
    padding: 3px;
    color: #D6C994;
}

#title span
{
    font-weight: normal;
}

#main
{
    position: absolute;
    left: 10px;
    top: 75px;
    width: 750px;
    border: 0;
    padding: 5px;
}

#homepage
{
    position: absolute;
    top: 20px;
    left: 520px;
    width: 250px;
    height: 160px;
    display: block;
    text-align: center;
}

.returnlink, a.returnlink:visited
{
    font-family: Trebuchet MS, Verdana;
    font-size: 12px;
    color: #D6C994;
    position: relative;
}

a.returnlink:hover
{
    text-decoration: none;
    border: 0;
}

a.returnlink
{
    border: 0; /* remove the link border */
}

.footer
{
    clear: both;
    Top: 600px;
    width: 770px;
    position: fixed;
	padding: 10px 0 5px 0;
}

.footer p
{
    text-align: right;
    color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;         
}