body{
	margin: 0;
	padding: 0;
	background: #000;
}

#header{
	left: 0;
	right: 100%;
	width: 100%;
	top: 0;
	bottom: 100px;
	height: 100px;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	font-family:arial,helvetica,sans-serif;
	font-weight:bolder;
	font-size: 80px;
	color:#FF0;
	background-color:#0f0f50;
	background-image:url("../grafics/title-source.png");
	background-repeat: no-repeat;
	background-position: center;
}

#menu{
	left: 0;
	right: auto;
	width: 18ex;
	top: 100px;
	bottom: 13px;
	height: auto;
	position: absolute;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left:1ex;
	padding-right:1ex;
	background:#f00;
	border:2px solid #000;
}

#main{
	top: 100px;
	bottom: 13px;
	height: auto;
	left: 18ex;
	right: 0px;
	width: auto;
	background:#eee;
	padding-top:2em;
	padding-bottom:0.5em;
	padding-left:8ex;
	padding-right:8ex;
	overflow: auto;
	position: absolute;
	border:2px solid #000;
}

#bottom {
	top: auto;
	bottom: 0;
	right: 0;
	left: 0;
	height: 13px;
	width: 100%;
	position: fixed;
	border-top:2px solid #000;
	background:#ff0;
	text-align: right;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 8px;
	color:#000;
}

#menu a:visited,
#menu a {
display:block;
width:16ex;
height:1.5em;
border-top:1px solid #fff;
border-bottom:1px solid #000;
border-right:1px solid #fff;
border-left:1px solid #000;
font-weight:bold;
text-align:center;
text-decoration:none;
line-height:1.5em;
color:#fff;
}

#menu a:hover {
background:#000;
color:#ff0;
}
