@import "reset.css";

/* ************************************************ */

body {
	background-position: -50px -6000px;
	color: #7f7f7f;
	background-repeat: no-repeat;
	background-image: url(../img/sf1.jpg);
	line-height: normal;
	background-color: #E6E6E6;
	font-size: 11px;
	font-family: Arial, sans-serif;
	text-align: left;

}


#logo{
margin-top: 40px;
margin-left: 100px;
margin-bottom:50px;

}

#head1{
margin-left: 120px;
margin-bottom:10px;

}
#head2{
margin-left: 120px;

}


#menu{
height: 130px;
margin-left: 120px;
position: absolute;
bottom: 90px;
}

#menu ul{}
#menu ul li{
float:left;
margin-right: 20px;
}
#menu ul li a{}



#footer{
width: 100%;
bottom: 0px;
background-color: #000000;
position: absolute;
height: 80px
}

#footer p{
display: block;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 100px;
}

#footer p a{
color:#999999;
}

#footer p a:hover{
text-decoration: none
}

