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

#wrapper{
	width:800px;
	background-color:#FFF;
}
#footerwrapper{
	width:800px;
}
#content{
	text-align:left;
	width:780px;
	padding:10px;
}

#contentHome{
	text-align:center;
}


#header{
	width:800px;
}
#blogheader{
	width:800px;
}

#links{
	width:800px;
}

#footer{
	background-color:none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;

}
