

body {
margin : 0;
padding : 0;
width : 100%;
height : 100%;
overflow : hidden;
font-family : verdana, arial, sans-serif;
font-size : 76%;
}
#background {
position : absolute;
z-index : 1;
width : 100%;
height : 100%;
background : url(' /home1/richsrea/images/backgrounds/sky.jpg');
}
#scroller {
position : absolute;
width : 100%;
height : 100%;
top : 0;
left : 0;
overflow : auto;
z-index : 2;
}
/*#content {
padding : 5px 300px 20px 200px;
}*/
#Content {
width : 750px;
margin : 0 auto;
text-align : center;
padding : 15px;

}
p {
line-height : 1.8em;
letter-spacing : 0.1em;
text-align : left;
color : black;
}
p.pos_bottom{
position:relative;
top:50px;
line-height : 1.8em;
letter-spacing : 0.1em;
text-align : right;
color : #ffffff;
}
#fixed {
position : absolute;
top : 25px;
left : 10px;
width : 150px;
z-index : 10;
color : #567;
border : 1px solid #000;
padding : 10px;
}

