body {
	background-color: #253000;
	margin: 0px;
}
ul, h2 {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-weight: normal;
	padding: 10px 0px 10px 0px;
}
#aboutme {
	position: absolute;
	top: 0px;
	height: 278px;
	width: 100%;
	background: url(../images/bg_top.jpg) no-repeat #8EAE2D;
	font: 0.75em Georgia,Arial,Helvetica,sans-serif;
	display: none;
	opacity: 0;
}
#aboutme p {
	width: 500px;
	text-align: justify;
	margin: 0px 0px 0px 500px;
}
#aboutme h2 {
	width: 500px;
	margin: 0px 0px 0px 500px;
}
#contacts li {
	width: 250px;
	text-align: justify;
	margin: 0px 0px 0px 750px;
	list-style-type: none;
	font: 0.9em Verdana,Arial,Helvetica,sans-serif;
}
#contacts h3 {
	width: 250px;
	margin: 5px 0px 10px 750px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
#works {
	position: absolute;
	top: 393px;
	height: 400px;
	width: 100%;
	background: url(../images/bg_bottom.jpg) no-repeat #8EAE2D;
	font: 0.75em Tahoma,Arial,Helvetica,sans-serif;
	display: none;
	opacity: 0;
	color: #374500;
}
#works div {
	float: left;
	display: inline;
	position: absolute;
}
#sites {
	margin: -110px 0px 0px 500px;
}
#versions {
	margin: -110px 0px 0px 700px;
}
#versions li {
	padding: 3px 0px 10px 0px;
}
#works h3 {
	color: white;
	font-family: Georgia,Arial,Helvetica,sans-serif;
	margin: 0px 0px 0px 10px;
}
#works h2 {
	font-size: 1.5em;
}
#works li {
	margin: 0px 0px 0px 10px;
	list-style-type: none;
}
#contacts {
	position: absolute;
	top: 278px;
	height: 115px;
	width: 100%;
	font: 0.75em Georgia,Arial,Helvetica,sans-serif;
	display: none;
	opacity: 0;
}
#main {
	position: absolute;
	top: 278px;
	height: 115px;
	width: 100%;
	background: url(../images/bg_main.jpg) no-repeat #8EAE2D;
}
#menu {
	position: absolute;
	top: -20px;
	left: 650px;
	color: white;
	font: 0.75em "Trebuchet MS",Arial,Helvetica,sans-serif;
}
#menu li {
	list-style-type: none;
	float: left;
	display: inline;
	margin: 0px 10px 0px 10px;
}
#menu a:link, #menu a:visited {
	color: white;
	text-decoration: none;
}
.word {
	font-weight: bold;
	color: white;
}
.through {
	text-decoration: line-through;
}
.white {
	color: white;
	font-weight: bold;
}
.small {
	font: 0.75em "Trebuchet MS",Arial,Helvetica,sans-serif;
	display: block;
}
a:link {
	text-decoration: none;
	color: #374500;
}
a:visited {
	text-decoration: none;
	color: #374500;
}
a:hover {
	text-decoration: underline;
	color: #374500;
}