  body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff url(../i/bg.jpg) no-repeat fixed center; 
    color: #666;
}

img {
	border: 0;
}

#content {
	margin: 0 auto;
	width: 700px;
	text-align: left;
  }

#white {
	background: #fff;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	margin: 70px 0 0 0;
	border: 1px solid #ccc;
	padding: 20px 0 0 0;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #333;
	width: 645px;
	line-height: 1.5em;
	margin: 0 0 50px 27px;
}

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

a:hover {
	color: #930;
	text-decoration:underline;
}
