body {
	margin-top: 30px;
	margin-bottom: 30px;
	background: url("../images/background.jpg");
}

#container {
	position: relative;
	width: 694px;
	height: 100%;
	font-size: 12px;
	line-height: 16px;
	font-family: helvetica;
	color: #EED0A7;
	text-align: left;
}

#text {
	padding-left: 50px;
	padding-right: 40px;
	
}

h1 {
	font-size: 20px;
}

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

a:hover {
	text-decoration: underline;
}

#sonooto {
	float: left;
}

#navigation {
	position: absolute;
	top: 140px;
	left: 356px;
	width: 300px;
	text-align: right;
}

#middle {
	float: left;
	width: 694px;
	background: url("../images/background_middle.png");
}

#copy{
	clear: both;
	font-size: 10px;
	padding-top: 30px;
	padding-bottom: 3px;
}

#bottom {
	float: left;
}

