/* CSS Document */

body {
	background: url(images/background.png);
	background-repeat: repeat-x;
	background-position: top center;
	background-attachment: fixed;
	font-family: helvetica, calibri, arial, verdana, sans-serif;
	text-align: center;
	background-color: #252627;
	}
	
p, td, li {
	font-family: helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	}
	
#wrapper {
	width: 640px;
	height: 708px;
	margin: 40px auto;
	text-align: center;
	}
	
#ie5fix {
	height: 1px;
	voice-family: "\"}\"";
	voice-family: inherit;
	display: none;
	}
	
img {border:none;
	margin-bottom:15px;
	} 

a:link {
	color: #555;
	background-color: transparent;
	text-decoration: none;
	}
	
a:visited {
	color: #555;
	background-color: transparent;
	text-decoration: none;
	}
	
a:active {
	color: #0099FF;
	background-color: transparent;
	text-decoration: none;
	}
	
a:hover {
	color: #0099FF;
	text-decoration: none;
	}
	
a:focus
{
-moz-outline-style: none;
}
	

