/* 
Document   : xanox
Created on : May 14, 2009, 8:19:22 PM
Author     : richardive
Description:
Purpose of the stylesheet follows.
*/

body{
    background: #FFF url(../../images/bg.png) repeat;
    text-align:center;
    font: 69%/1.618em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}

#content{
    text-align:justify;
    width:700px;
    padding:5px;
    margin-left: auto ;
    margin-right: auto ;
}

#footer{
    text-align:center;
    padding:5px;
    margin-left: auto ;
    margin-right: auto ;
}

h1{
    text-align:center;
    padding:10px;
    color:#FFF;
    font-size:2em;
}

p {
    margin: 0 0 1em;
    font-size: 1.1em;
    line-height: 1.618em;
}

.loading {
	height: 60px;
	background: url('../../images/loading.gif') 50% 50% no-repeat;
}
