* { vertical-align: baseline; 
	font-weight: inherit;
	font-family: arial;
	font-size: 14px;
	font-style: inherit;
	color: #333;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}
	
	
body 			{ background: url(../img/bg.png) repeat-x top; }

#main			{ margin: 0px auto; width: 1096px; margin-top: 96px; }

#features		{ margin: 60px 0px 0px 0px; }
#features li 	{ list-style-type: none; display: inline; padding: 4px;}

#footer 		{ width: 500px; margin: 0px auto; margin-top: 20px; overflow: hidden; }
#footer-left 	{ float: left; line-height: 15pt; color: #333; padding: 10px; margin-right: 50px; }
#footer-right 	{ float: right; text-align: justify; margin-right: 16px; line-height: 15pt; padding: 10px; margin-top: 10px; border:1px dashed #ccc; }
#footer-right:hover 	{ background-color: #eee; padding: 10px; }
#copyright 		{ color: #888; line-height: 15pt; padding: 10px; margin-top: 30px; border-top: 1px solid #ddd; width: 300px; padding-top: 30px; }

#footer a:link, #footer a:visited, #footer a:active 			{ text-decoration: none; color: #333; }
#footer a:hover		 	{ background-color: #469541; color: #fff; }

	
