@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
	font-size: 12px;
	text-align: left;
	background: url(img/back.png);
	background-position: top center;
}

#wrapper {
	width: 575px;
	margin: auto;
	text-align: left;
}

.ram {
position:absolute;
left:50px;
top:50px
}
.ram2 {
position:absolute;
left:50px;
top:350px
}


.clstd {
	font-color: #fff;
	border-style: solid;
	border-width: 1px;
	padding: 6px;
	margin: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	text-align: left;
	a:link {color: #FFF; text-decoration: none; }
	a:active {color: #FFF; text-decoration: none; }
	a:visited {color: #FFF; text-decoration: none; }
	a:hover {color: #FFF; text-decoration: none; }
}


.clstable {
	a:link {color: #FFF; text-decoration: none; }
	a:active {color: #FFF; text-decoration: none; }
	a:visited {color: #FFF; text-decoration: none; }
	a:hover {color: #FFF; text-decoration: none; }
}


table.clstable table td {
	font-color: #fff;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	a:link {color: #FFF; text-decoration: none; }
	a:active {color: #FFF; text-decoration: none; }
	a:visited {color: #FFF; text-decoration: none; }
	a:hover {color: #FFF; text-decoration: none; }
}





#header {
	background: url(img/back.png) no-repeat;
	height: 50px;
}

#content {
	background: url(img/back.png) repeat-y;
}

#content h1 {
	font-weight: normal;
	font-size: 36px;
	color: #fff;
	margin: 0 0px 0px 0px;
	text-decoration: none;
}

#content p {
	margin: 0 80px 5px 90px;
}


#footer {
	background: url(img/back.png) no-repeat;
	height: 90px;
}
#footer p {
	margin: 0 80px 5px 90px;
}