a:link {
	color: #660066;
	text-decoration: underline;
}
a:visited {
	color: #660066;
	text-decoration: underline;
}
a:hover {
	color: #660066;
	text-decoration: underline;
}
a:active {
	color: #660066;
	text-decoration: underline;
}
body {
	text-align: center;
	margin-top:30px;
	padding:0px;
	background-color:#2D2142;
}
	
#container {
	width:785px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;

}

#main {
	height: auto;
	width: 910px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 11px;
	line-height: 20px;
	background-image: url(../../_assets/images/body_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer {
	height: auto;
	width: 910px;
	background-image: url(../../_assets/images/body.jpg);
	background-repeat: repeat-x;
}

