/* Default Style */
img{
	border:0;
}
body {
	margin:0;
	padding:0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	outline:none;
	resize:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;

   	/*background-image: url(../img/background/cloud.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top center;*/
}
#header {
	width:100%;
	height:44px;
	background: #7D0214;
}
#navigator {
	float:left;
	width: 200px;
	height:auto;
}
#display {
	width: 800px;
	height: 500px;
	background: #AAA;
}
.blank-footer {
	width:100%;height:50px;
}
#footer {
	width:100%;
	height:30px;
	position:fixed;
	left:0px;
	bottom:0px;
	background-color: #7D0214;
	z-index: 99;
	line-height: 30px;
	text-align: right;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}