body {
    background-color: #a8a9aa;
    background-image: url("../images/back.jpeg");
    background-repeat: repeat-x;
    margin: 0 auto;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    width: 800px;
}

/* header */
#logo { 
	position: relative; 
	text-align: center; 
	margin-bottom: 10px; 
}

#logo img { 
	display: block; 
	width: 800px;
}

.container{
	background-color: #ffffff;
}

.clear {
	padding: 20px;
}

a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}