/* Web design and stylesheet by The Freckled Fish, 2007 */

/* redefined body */
body {
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* divs */
#container {
	background-color: #601f61;
	padding: 0px;
	width: 800px;
	height: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../content/background.jpg);
	background-repeat: no-repeat;
}
#buttons {
	position:relative;
	width:151px;
	height:600px;
	z-index:2;
	left: 0px;
	top: 100px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#factbite {
	position: relative;
	left: 400px;
	top: 0px;
	width: 400px;
	height: 0px;
	z-index: 1;
}
#content {
	position: relative;
	left: 190px;
	top: -430px;
	width: 490px;
	height: 400px;
	z-index: 3;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	padding: 10px;
	visibility: visible;
}
#promocontent {
	position: relative;
	left: 200px;
	top: -440px;
	width: 490px;
	height: 400px;
	z-index: 3;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	padding: 5px;
	background-position: left top;
	background-repeat: no-repeat;
	visibility: visible;
}
#promotext {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	visibility: visible;
	z-index: 4;
	height: 80px;
	width: 480px;
	left: 0px;
	position: relative;


}

