@charset "utf-8";
body {
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(images/halftone_bg_purp.png) repeat;
	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;
	
}
a:link, a:hover, a:visited {
color:#04a8fe;
}
.whitetext {
	color:#fff;
}
 #city {
	width: 100%;  
	height:100%;
	background: url(images/city_tile2.png) repeat-x top center;
	background-position: -200px 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid red;
	
	
}
 #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid red;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #registration {
	background: transparent;
	height:30px;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color:#FFF;
}
 #building {
	position:relative;
	left:-578px;
	height:316px;
	width:100%;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0% 0%;
	border: 0px solid red;
	text-align:center;
}
 #building_rooftop {
	position:relative;
	left:-558px;
	height:316px;
	width:100%;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0% 0%;
	border: 0px solid red;
	text-align:center;
}
 #header {
	background: transparent url(images/logo_nav_bg.png) no-repeat top center;
	height:180px;
	width:100%;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position:absolute;
	top:30px;
	border: 0px solid red;
	/*margin:auto;*/
	z-index:90;

}
 #header2 {
	background: transparent url(images/logo_nav_bg2.png) no-repeat top center;
	height:180px;
	width:100%;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position:absolute;
	top:30px;
	border: 0px solid red;
	/*margin:auto;*/
	z-index:90;

}
#nav {
	position:absolute;
	top:103px;
	margin-left:135px;
	border: 0px solid red;
	width:100%;
	
	
	
}
 #feature {
	background: transparent url(images/feature_bg_1col.png) no-repeat top center;
	/*background-position: 30px 0px;*/
	height:436px;
	width:100%;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position:absolute;
	margin:0% 0%;
	top:180px;
	text-align:center;
	border: 0px solid red;
}
#feature_full_top {
	background: transparent url(images/box_top_full.png) no-repeat top center;
	
	height:27px;
	width:100%;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position:absolute;
	margin:0% 0%;
	top:180px;
	text-align:center;
	border: 0px solid red;
}

#feature_full_sides {
	background: transparent url(images/box_sides_full.png) repeat-y top center;
	/*background-position: 30px 0px;*/
	
	width:100%;
	padding: 0 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position:absolute;
	margin:0% 0%;
	top:207px;
	border: 0px solid red;
}
#feature_full_bottom {
	background: transparent url(images/box_bottom_full_purp.png) no-repeat top center;
	/*background-position: 30px 0px;*/
	height:28px;
	width:100%;
	padding: 0 0px 0 0px;
	/*position:absolute;
	margin:0% 10%;
	top:207px;*/
	border: 0px solid red;
	padding-bottom:30px;
}
/* #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse 
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div 
}*/
 #mainContent {
	padding: 0 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: ;
	width:100%;
	border: 0px solid red;
	position:absolute;
	top:640px;
	text-align:center;
}
 #mainContent_long {
	padding: 0 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: ;
	width:100%;
	border: 0px solid red;
	position:absolute;
	bottom:0px;
}
 #inner_mainContent {
	padding: 0 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: ;
	width:950px;
	border: 0px solid red;
	padding-left:30px;
	padding-bottom:50px;
	margin:auto;
	text-align:left;
}
#creatingscratch {
	width:419px;
	height:573px;
	background:url(images/bg_creatingscratch.png) no-repeat;
	float:left;
	padding: 50px 20px 30px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#thedjs {
	width:438px;
	height:252px;
	background:url(images/bg_thedjs.png) no-repeat;
	float:left;
	padding: 40px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
        text-align:center;
}
#theturntable {
	width:437px;
	height:225px;
	background:url(images/bg_turntable.png) no-repeat;
	float:left;
	padding: 40px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
        text-align:center;
}
 #footer { 
	padding: 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffee49 url(images/footer_bg.gif) repeat-x;
	width:100%;
	height:229px;
	text-align:center;


} 
 #footer_blk { 
	padding: 0px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	width:100%;
	height:34px;
	text-align:center;

} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

td.box_top{
	width:1002px;
	border: 0px solid red;
}
td.box_middle{
	background:url(images/box_sides_full.png) repeat-y;
	height:1002px;
	border: 0px solid red;
}