/* webPoint - CSS */

body {
	background: #CCCCCC url(img/bg.jpg) top repeat-x;
	margin: 0 auto;
	text-align: center;
}

img { 
	border: none;
}

#container {
	margin: 0 auto;
	text-align: center;
}

#footer {
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 8pt;
	font-family: sans-serif, Arial;
	color: #303030;
}
#footer a {
	color: #303030;
	text-decoration: none;
}
#footer a:hover {
	color: #3f3f3f;
	text-decoration: underline;
}
