html,body {
    color:#000;
    margin: 0;
    padding: 0;
}

body 
{
background-color: #fff;
/* background-image: url('../images/logo.jpg'); */
background-repeat: no-repeat;
background-attachment:fixed;
background-position: 50% 50%; 
font-family: courier new, courier;
}

h1 {
	text-align: center;
}

a:link,a:visited,a:hover { 
text-decoration: none; 
color: #7777ee;
}

a:active { 
color: #FF0000;
}

a:hover { 
text-decoration: underline overline; 
color: #FFaa00;
}


#backwrite {
	position: absolute;
	z-index: 0;
	font-size: 5em;
	opacity: 0.2;
	vertical-align: center;
	text-align: center;
	top: 80px;
	width: 100%;
	font-family: arial bold, arial, helv, sans serif;
	font-weight: bold;
}

#content {
	position: absolute;
	width: 100%;
	height: 80%;
	top: 40px;
	text-align: center;
	z-index: 2;
	font-family: courier new, courier;
}

#footer {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	z-index: 2;
	font-family: courier new, courier;
	color: #444;
}