/* CSS Document */

html,body {
	background-color: #440b74;
	/* background-image: url(images/bg_purplecircles.gif); */
	margin-left:0px;
	margin-top: 0px;
	margin-right:0px;
	margin-bottom: 0px;
	height:100%;
}

div#fixedContainer {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	width:744px;
	height:100%;
	border-left:2px;
	border-right:2px;
	border-top:0px;
	border-bottom:0px;
	border-color:#ffffff;
	border-bottom-style:solid;
	background-image:url(images/bg_circles.gif);
	border-style: solid;
}
