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

body {
	color: #000000;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	font-size: 11px;
	font-family: Georgia, Helvetica, Verdana, Sans-serif;
	line-height:16px;
	background-color: #333;
	}
	
#wrapper {
	width: 350px;
	background-image: url(images/bg_wrapper.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 0px;
	padding-top: 50px;
}	

#content {
	font-size: 11px;
	padding-top: 20px;
	width: 350px;
	padding-left: 90px;
}
a:link, a:visited {
	text-decoration: none;
	border: none;
}
