/* general */
img, a:link, a:visited, a:active, a:hover, a:focus {
	text-decoration: none;
	border:none;
	color:blue;
}
/*body {}*/

#menu {
	position:fixed;
	top:17px;
	left:0px;
	width:180px;
	height:200px;
	font-family: Arial;
	background-color: #CCC;
	padding:10px;
	line-height:150%;
}

#home_content, #dosbox_content, #link_content, #sshot_content {
	position:absolute;
	top:20px;
	left:210px;
	font-family:Arial;
	font-size:14px;
	line-height:130%;
}

#blog_content {
	position:absolute;
	left:210px;
	width:100%;
	height:100%;
	top: 0px;
}

.terminal {
	font-family:'Conv_dos_437',Arial;
	color: #aaa;
	background-color: #000;
	font-size: 16px;
	line-height: normal;
}

#dos_cmd{
	position:absolute;
	top:0px;
	left:200px;
	width:100%;
	height:110%;
}

#donation {
	position:absolute;
	top:0px;
	left:640px;
	width:100%;
	height:100%;
}

#big_text {
	font-family: Verdana;
	font-size:25px;
	color:gray;
}

#update_text {
	font-family: Verdana;
	position:relative;
	left:3px;
}

#home, #svn_build, #others, #dosmode, #link, #blog, #old, #sshot {
	cursor: pointer;
	cursor: hand;
}

#old {
	color:blue;
}

#svn_build, #others {
	padding-left: 15px;
}

.down_sec {
	width:800px;
	background: #CCCCCC;
	padding:20px;
}

#old_content {
	width:700px;
	height:700px;
	background:#b9d7ed;
	font-family: Arial;
	font-size:9px;
	padding:10px;
}

#mailto {
	position:relative;
	top:10px;
}

iframe {
	padding: 0;
	margin: 0;
	border: none;
}
