/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-repeat: repeat-x;
	font-family: Lucida Grande, Tahoma, Verdana, Arial;
	font-size: 16px;
	color: #fff;
}

#logo {
    margin-top: 100px;
	width: 250px;
	height: 135px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
}
#logo a {
text-indent : -999em;
display : block;
height: 100%;
}

