@charset "utf-8";
/* CSS Document */
/* Global Styles */
html {
    height: 100%;
}
body {	
	background-color: #000009;
	background-image: url(../images/bg1.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-top: 20px;
	}
#container{
	margin: auto;
	}
	
