html {
	margin: 0px;
	background: url( ../gfx/bg-water.jpg) fixed bottom left repeat-x;
}

#bg-corner {
    position: fixed;
	bottom: 0px;
	left: 0px;
	width: 561px;
    height: 302px;
    background: url( ../gfx/bg-corner.jpg) no-repeat;
    z-index: -1;
}

#bg-menu {
    position: fixed;
	bottom: 0px;
	left: 0px;
	width: 274px;
    height: 100%;
    background: url( ../gfx/bg-tak.jpg) fixed bottom left;
    z-index: -2;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}

#viewport {
	width: 1024px;
}
#menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 274px;
}
#menuContent {
	float: right;
	text-align: right;
	font-size: 14px;
	padding-right: 40px;
	padding-top: 75px;
}
#contentContainer{
	margin-left: 274px;
	padding-top: 75px;
}
#header {
	position: absolute;
	top: 0px;
	left: 700px;
	text-align: right;
	padding-top: 8px;
	font-size: 10px;
}
#content {
	padding-left: 30px;
	width: 500px;
	padding-bottom: 140px;
}

#menuContent a {
	float: right;
	width: 214px;
	color: #E5E3F1;
	font-weight: bold;
	padding: 0px 30px;
	margin-bottom: 3em;
	text-align: right;
	text-decoration: none;
}

#menuContent a:hover {
	font-style:italic;
}