/* CSS Document */
body
{
	background-image: url(bg.jpg);
	background-color: White;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}

H1
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: White;
	font-weight: normal;
}

.facebook{
    float:right;
    width:245px;
    height:420px;
    background: url("facebook.png");
    display:block;
    right:-195px;
    padding:0;
    position:fixed;
    top:55px;
    z-index:10000;
} 
