/* CSS Style sheet, conform to CSS Version 2 */

/* Standard background, standard font, standard font color */
body	{
color:#e53d00;
font-family: sans;
font-size: 100%;
background-color:white;
background: url(../images/back.png) no-repeat center 0px;
	}

.big {
position: absolute;
height: 768px;
width: 739px;
padding: 0;
z-index : 1;
}

.menu {
position: relative;
top : 140px;
bottom: 10px;
height: 40px;
left: 50%;
margin-left: -337px;
width: 670px;
padding: 0;
z-index : 2;
}

div.menu a:link,div.menu a:visited {
text-decoration:none;
color: #1d6a17;
font-weight:normal;
}

.text {
position: relative;
top : 120px;
bottom: 0px;
height: 390px;
left: 50%;
margin-left: -337px;
width: 670px;
padding: 0;
overflow: auto;
z-index: 2;
}

a:link, a:visited {
text-decoration:none;
color: #e53d00;
font-weight:normal;
}

a:hover {
text-decoration:line-through;
font-weight:none;
}
