
body {

	font: small Arial, Helvetica, sans-serif;
	color: #fff; 
        padding-top: 50px;
        text-transform: uppercase;
        background-color: #000;
 }

p {
        text-align: center;
        font-size: 80%;
        line-height: 150%;
        letter-spacing: .1em; }

h1 {
        background-image: url(../img/h1.gif);
        background-repeat: no-repeat;
        background-position:  center 50%;
        height: 33px;
        text-indent: -9000px; }

a:link  {
        color: #71719e;
        text-decoration: none; } 

a:hover {
        color: #fff;
        text-decoration: underline; }

a:visited {
        color: #71719e;

        text-decoration: none; }

#wrapper {
	width: 780px;
	position: relative;
	left: 50%;
	margin-left: -390px; }

#inner-container {
        width: 780px;
        margin: 0em;
        padding: 0em; }

#flash {
        padding-bottom: 20px; }


