body {
	color: #999999;
	background-attachment: fixed;
	background-color: #000000;
	background-image:  url(../images/eyebg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: medium;
}
.one {
	font-style: italic;
	font-weight: bolder;
	position: relative;
	left: 2%;
	color: #999999;
}
.two {
	font-style: italic;
	position: relative;
	left: 4%;
	color: #999999;
}
.three {
	position: relative;
	left: 10%;
	color: #999999;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline overline;
	color: #FFFFFF;
}
.devide {
	text-align: center;
	color: #CCCCCC;
}
