@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg-main.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:12px
	background-color: #19181A;
}

.MainOne #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	position:relative; /* This allows you to put Absolute Divs within the main container and have them Centre properly when window is resized */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.MainOne #MP3 {
	position:absolute;
	left:68px;
	top:156px;
	width:389px;
	height:170px;
	z-index:10;
}
.MainOne #WhereBoard {
	position:absolute;
	left:122px;
	top:141px;
	width:289px;
	height:354px;
	z-index:10;
	color:#313131;
	font-size:12px;
}
.MainOne #Intro {
	position:absolute;
	left:900px;
	top:2px;
	width:50px;
	height:20px;
	z-index:10;
	color:#FFFFFF;
	font-size:10px
}
a {
	color: #FFFFFF;
}
a:link    {color: #FFFFFF; text-decoration: underline;} 
a:visited {color: #FFFFFF; text-decoration: underline;}
a:hover   {color: #b3b3b3; text-decoration: none;}
a:active  {color: #FFFFFF;}

.MainOne #GalleryArrows {
	position:absolute;
	left:168px;
	top:450px;
	width:180px;
	height:39px;
	z-index:10;
	color:#313131;
}
.MainOne #ContactForm {
	position:absolute;
	left:84px;
	top:103px;
	width:402px;
	height:237px;
	z-index:10;
	color:#000000;
}
input    { font-family:Arial,  Helvetica,  sans-serif; color:#000000; font-size:11px}
select   { font-family:Arial,  Helvetica,  sans-serif; color:#000000; font-size:10px }
textarea { font-family:Arial,  Helvetica,  sans-serif; color:#000000; font-size:11px}
