body{
	background-color: rgb(20,20,20);
	margin:0;
}

#header{
	background-color: rgb(35,35,35);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:7px;
	border-bottom-color:rgb(80,80,80);
	border-bottom-style:dotted;
	border-bottom-width: 1px;
}

#content{
	position:absolute;
	left:0;
	top:21px;
	height:548px;
	width:100%;
	text-align:justify;
	font-family:tahoma;
	color: rgb(170,170,170);
}

a:link{
	color: rgb(170,170,170);
	text-decoration:none;
}

a:visited{
	color: rgb(130,130,130);
	text-decoration:none;
}

a:hover{
	color: rgb(255,255,255);
	text-decoration:none;
}

#colorbox{
	position: absolute;
	right:215;
	top:138;
}

#index{
	position: absolute;
	right:250;
	font-size:9pt;
	padding-top:160px;
	text-align: right;
	letter-spacing: 1px	
}

#footer{
	position:absolute;
	top:550;
	width:100%;
	padding-bottom:50px;
}

#comment{
	text-align:justify;
	font-family:tahoma;
	font-size:10pt;
	color: rgb(170,170,170);
	width:350px;
	padding-top:20;
}
