/*
Description: EnderVR
copyright: (c) 2010 endervr.com
*/

/* kill defaults */

img	{border: 0;}
hr {display: none;}
a img {border: none;}

/* global */

html {
height: 100%;
}

body {
background: #2e3339 url('bg.png');
font-family: Georgia, serif;
font-size: 62.5%;
color: #999;
margin: 0;
padding: 0;
}

#banner {
background: #333 url('banner.png');
margin: 100px 0 0 0;
padding: 50px 0 50px 0;
border-top: 1px solid #444;
border-bottom: 1px solid #444;
}

.quote {
background: url('rossi-quote.png') no-repeat;
clear: both;
margin: 0 auto 0 auto;
width: 701px;
height: 188px;
}

#lowerbanner {
background: #333 url('banner.png');
margin: 50px 0 0 0;
border-top: 1px solid #444;
border-bottom: 1px solid #444;
}

.info {
font-size: 1.3em;
text-align: center;
}

a:link {
color: #999;
text-decoration: none;
text-shadow: 0px 0px 3px #555;
}

a:visited {
color: #999;
text-decoration: none;
text-shadow: 0px 0px 3px #555;
}

a:active {
color: #ccc;
text-decoration: none;
text-shadow: 0px 0px 3px #999;
}

a:hover {
color: #ccc;
text-decoration: none;
text-shadow: 0px 0px 3px #999;
}