body {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    color: #000;
    text-align: center;
	
	background: url("images/bg.jpg") repeat;
	background-attachment: fixed;
}

* {
	margin: 0;
	padding: 0;
}

a:link, a:visited {text-decoration: none; color:#7F7F7F;}
a:hover, a:active {text-decoration: underline; color:#7F7F7F;}