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

body {background-image: url(images/back.jpg); 
background-repeat: no-repeat;
background-color:#000;
color: #ccc;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:justify;
margin-top: 0px;

}

a { color: #95a685; text-decoration:none; }

a:hover { text-decoration: underline; }

.quickies {
	font-family: Georgia, Times New Roman, Times, serif;
	border-bottom: #27212a solid 1px;
	background-color: #000;
	color: #ccc;
	width: 100%;
	line-height: 40px;
	font-size: 20px;
	list-style-type: none;
	margin: 0px;
	}

#head {
margin-left: 50px;
border-left: 1px solid #2e2e2e;
}

#content { background-color:#000;
margin-left:50px;
width: 635px;
padding: 10px;
border-left: 1px solid #2e2e2e;
}

#footer {
margin-left: 50px;
height: 35px;
background-image: url(images/footback.jpg);
width: 655px;
}