body {
background-color: #121212; 
background-image: url('annacas_bg.jpg');
background-position: top left;
background-repeat: repeat-x;
padding: 0px;
margin: 0px;
}

#maincontent {
	padding: 0px;	
	margin: 0px
	top: 400px;
	position: absolute;
	width: 650px;
	height: auto;
}

}

#content {
	position: relative;
	float: left;
	width: 450px;
}


#updates {
padding: 10px;
font-family: georgia;
font-size: 13px;
font-weight: normal;
line-height: 15pt;
color: #ababab;
text-align: justify;
position: relative;
}

a {
	text-decoration: none;
	color: #c8c8c8;
} 

a:hover {
	color: #fff;
}
b, strong {
	color: #2b2b2b;
}

textarea, input, select, button {
	border: 1px solid #ababab;
	background-color: #121212;
	margin: 0px;
	font-family: georgia;
	font-size: 7pt;
	color: #ababab;
	padding: 2px;
}