html{
height:100%;
}
body{
	background-color:#000000;
	height:100%;
	margin-top:0px;
}
#wrapper {
	margin:auto;
	width:1100px;
	height: 800px;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
}
#maincontainer {
	margin:auto;
	width: 900px;
	height:600px;
}
#header {
	margin:auto;
	width: 900px;
	height:100px;
}
#mainleft {
	margin:auto;
	float:left;
	width: 540px;
	height: 600px;
}
#tagline {
	width: 540px;
	height: 72px;
}
#navigation {
	float:left;
	width: 220px;
	height: 456px;
}
#image {
	float: left;
	width: 320px;
	height: 456px;
}
#footer {
	width:540px;
	height:72px;
}
#mainright {
	float: left;
	width: 360px;
	height: 600px;
}
#identity {
	width: 360px;
	height: 135px;
}
#textbg {
	width: 360px;
	height: 465px;
	background-image:url(images/text.jpg);
	background-repeat:no-repeat;
}
#text {
	margin: auto;
	padding-top:15px;
	width: 300px;
	height:425px;
	overflow:auto;
}