body{

padding: 0px;
font-family: Arial, Helvetica, sans-serif;
/* background: #fff url(back.jpg) no-repeat fixed; */

}

a:link, a:active, a:visited {
text-decoration: underline;
color: #000;
}

a:hover {
text-decoration: none;
}

div#content {
position: absolute;
top: 40px;
left: 70px;

padding: 15px;
font-size: 14px;
line-height: 20px;
color: #000;
background: #fff;
width: 290px;
z-index: 2;
}

img {
border: 0;
margin-bottom:3px;
}

.head {
font-family: Times New Roman,Times,Serif;
font-size: 20px;
}

#background{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
overflow: hidden;
}

#background img {
	width: 100%;
	height: 100%;
}
