/* CSS Document */

body
	{
	margin: 0px;
	margin-left: 150px;
	margin-top: 50px;
	}

.page
	{
	visibility: visible;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	position: relative;
	width: 950px;
	margin-top: 35px;
	margin-left: 0px;
	background-image: url(../images/index/festivalX_bgimage.png);
	background-position: center;
	background-repeat: no-repeat;
	}

.introTopLeft
	{
	position: relative;
	width: 240px;
	height: 200px;
	float:left;
	padding-left: 290px;
	padding-top: 90px;
	}
	
.introTopRight
	{
	position: relative;
	width: 250px;
	height: 200px;
	float:left;
	padding-left: 20px;
	padding-top: 90px;
	padding-right: 150px;
	}

.introBottom
	{
	position: relative;
	width: 625px;
	height: 100px;
	float:left;
	clear: left;
	padding-left: 325px;
	}
		
a:visited, a:active, a:hover, a:link {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	}
