
*,
img
{
	padding:0;
	margin:0;
}

body 
{
	font-family: arial, helvetcia, sans-serif;
	font-size:0.8em;
	background:#66452b;
	text-align: center;
	margin:0 auto;
				
}

a,
a:link,
a:active
{
    outline:none;
}

#entry
{
    width:900px;
    height: 560px;
    background: url(layout/home_entry.jpg);
    margin:0 auto;
    margin-top:100px;
}

#entry p
{
    padding-top:250px;
    font-size:140%;
    font-weight:bold;
    color:#fff7b2;
}

#entry table
{
    margin:0 auto;
}

#footer
{
    width:800px;
    height:auto;
    margin:0 auto;
    font-size:80%;
    color:#332215;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active
{
    color:#332215;
    
}

#footer a:focus,
#footer a:hover
{
    color:#fff7b2;
    text-decoration: overline;
}
