
* {
	list-style: none;
	text-decoration: none;
	margin: 0;
	padding: 0;

	}

html {
	margin: 1px auto;
	width: 100%;
	text-align: center;
	}

body {
	margin: 5px auto;
	text-align: center;
	background: #333 url(/img/body_bg.gif);
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	width: 775px;
	position:relative;
	}
	
a {
	color: #orange;
	}

	
a:hover {
	text-decoration: underline;
	}

img {
	border: none;
	}
