a:link {
	color: #FE7316;	
	text-decoration: none;
}

a:visited {
	color: #FE7316;			
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none; /*text-decoration: underline;*/
}

body {
background-image: url(bg.gif);
background-position: top;
background-repeat: repeat-x;
background-color: #52668E;
margin: 0px;
padding: 0px;
text-align: center;
}

img {
	border: 0px;
}


#wrapper {
width: 688px;
margin: 0 auto;
text-align: center;

}
#one {
float: left;

}
#two {
float: left;

}

#three {
float: left;

}

#logo {
width: 688px;
margin: 0 auto;
text-align: center;

}