/* CSS Document */

html, body {
padding:0;
margin:0;
}


p a:link, p a:visited {
text-decoration:none;
color:#666666;
}


p a:hover {
text-decoration:underline;
}

p a:active {
color:#000000;
text-decoration:underline;
}



/#white {
position:fixed;
margin:0;
padding:0;
height:60px;
width:100%;
background-color:#FFFFFF;
opacity:0.75;
bottom:0;
}

#images {
margin-top:-1px;
}

#logo {
position:fixed;
top:25px;
opacity:1;
}

.quote {
text-align:left;
position:fixed;
bottom:9px;
color:#666666;
font-size:15px;
font-family: "Courier New", Courier,  Helvetica, arial, sans-serif;
/text-transform: uppercase;
float:left;
width:227px;
font-style: italic;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
padding:2px;
	
}

.numbers {
right:0px;
text-align:center;
position:fixed;
top:10px;
color:#666666;
font-size:15px;
font-family: "Courier New", Courier,  Helvetica, arial, sans-serif;
/text-transform: uppercase;
width:250px;
background-color:#FFFFFF;
}


.contact {
right:0px;
text-align:center;
position:fixed;
top:40px;
color:#666666;
font-size:15px;
font-family: "Courier New", Courier,  Helvetica, arial, sans-serif;
/text-transform: uppercase;
width:90px;
background-color:#FFFFFF;
}