@import url(text.css); 

html {
position: relative;
height: 100%;
background-color: #000;
background-attachment:fixed;
background-repeat: no-repeat;
background-position: 51% 0%;
font-family: Verdana, Arial, Tahoma, sans-serif;
margin: 0 auto;   /* align for good browsers */
text-align: left; /* counter the body center */
}


* {
	margin: 0px;
}

img{
padding: 4px;
border: 0px;
}


body {
	height: 100%;
	font-family: verdana;
	font-size: 10px;
	line-height: 15px;

}

div#container{
position: relative;
overflow: hidden;
width: 884px;
min-height: 100%;
margin: 0 auto;   /* align for good browsers */
text-align: left; /* counter the body center */

}
