/* CSS Document */

body {
	background-image: url(images/bkground.jpg);
	background-repeat: repeat-x;
	background-position:center bottom;
	background-attachment:fixed;
}

#banner {
background-image: url(images/bannerbkground.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment:fixed;
	z-index: +2;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	position:fixed;
}

#gene {
bottom: 0px;
left: 0px;
z-index: -1;
position:fixed;
}

#navbar {
position:fixed;
top: 95px;
left: 3px;
}

img.floatRight { 
float: right; 
margin: 4px;
margin-top: 15px;
}

#description {
width: 50%;
left: 500px;
top: 120px;
position:absolute;
font-size:12px;
}

#content {
position:absolute;
top: 90px;
left: 500px;
width: 50%;
}

