@charset "utf-8";
/* CSS Document */
html, body, {
    height: 100%;
}

.header {
    position:	absolute;
    top:		0px;
	left:		0px;
    height:     50px;
    width:      100%;
    background: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	text-align: right;
	padding-right: 10px;
}

.footer {
    position:	absolute;
    bottom:		0;
    height:     20%;
	left:		0px;
    width:      100%;
    background: #333333;
	text-align: center;
}

.cssBody {
    position:	absolute;
    top:		50px;
    bottom:		20%;
	left:		0px;
    width: 		100%;
	background:url(images/38.jpg);
	background-position:bottom;
	padding-left:50px;
	font-family: Myriad, sans-serif;
	font-size:50px;
	text-align: left;
	color: #FFF;
	border-top:	thin solid #000;
	border-bottom:	thin solid #000;
}

    a:link {
	color: #0000cc;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #666;
}

a:active {
	text-decoration: none;
	color: #000;
}
