body {
	background-color:#FFF;
	margin:0;
	padding:0;
}

.container {
	width:780px;
	height:5px;
	margin-left:-390px;
	left:50%;
	position:relative;
}

#header {
	position:absolute;
	top:0;
	height:5px;
	width:780px;
	background-color:#000;
	z-index:1;
}

#footer {
	clear:both;
	position:absolute;
	bottom:0px;
	height:5px;
	width:780px;
	background-color:#000;
	z-index:1;
	left:-60px;
}

#logo {
	position:relative;
	top:50px;
	left:10px;
	width:310px;
	height:120px;
	background-image:url(../img/yaarch_logo.png)	
}

.content {
	position:absolute;
	top:140px;
	left:60px;
	width:660px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	text-align:justify;
	line-height:20px;
}

.fliesstext {
	position:relative;
	margin-top:80px;
	overflow:visible;	
}

.fliesstext a {
	text-decoration:none;
	color:#666;	
}

.fliesstext a:hover {
	text-decoration:none;
	color:#000;	
}

.fliesstext ul {
	list-style-type:none;
	padding:0px;
	overflow:visible;
}

#floatleft {
	display:block;
	float:left;
	margin-right:20px;
}