html{
height:100%;
}
body{
	background-color:#2e3192;
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:100%;
	margin-top:0px;
}
#wrapper {
	margin:auto;
	width:1000px;
	height: 700px;
	background-image:url(images/starbg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#maincontainer {
	margin:auto;
	width:1000px;
	height: 700px;
}
#nav {
	float: left;
	width: 340px;
	height: 700px;
}
#woman {
	float: left;
	width: 197px;
	height: 700px;
}
#content {
	float: left;
	width: 463px;
	height: 700px;
}
#title {
	width:463px;
	height: 155px;
}
#text {
	width: 375px;
	height: 425px;
	padding-top: 10px;
	padding-left:10px;
	overflow:auto;
}
#footer {
	margin:auto;
	width: 900px;
	height: auto;
}