@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	background-image: url(images/glass-bg.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 100.01%;
	color: #000000;
	padding: 0;
	}

img {
	border: 0;
	}
	
#header {
	text-align: center;
	margin: 0 100px 0 100px;
	}