@charset "utf-8";

/*	-------------------------------------------------------------
	CSS - MAIN :  10 Years
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		splash.css
	Date:			Aug 16, 2010
	Author:			UMRG New Media
	-------------------------------------------------------------	*/
	
	/*	-----------------------------------------------------------
	body/global/reset Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin:0; padding:0;
		border:0;
		outline:0;
		font-size:100%;
		vertical-align:baseline;
		background:transparent;
	}
	body {
		line-height:1;
		background:url(../../images/bg.jpg) fixed no-repeat #000;
		font:normal 12px Helvetica,Arial,Sans-Serif;
		margin: 0 auto;
	}
		
		#all {
			width: 960px;
			margin: 0 auto;
			padding-top: 55px;
		}
		
		.formPiece {
			float:left;
			height:32px;
			margin:0 30px 0 10px;
			text-align:right;
			width:288px;
			color: #F3E7D1;
		}
		
		#formEnd {
			float:right;
			height:34px;
			margin:0 22px 0 10px;
			text-align:right;
			color: #F3E7D1;
		}
		
		#formEnd a {
			color: #9B9384;
		}
		
		#formEnd input#tenYears{
			width: 156px;
			height: 34px;
			background: url(../../images/btn_signup.gif) no-repeat top center;
			border: 0;
			text-indent: -9999px;
			cursor: pointer;
		}
		
		#bg_container {
			left: 0;
			margin: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: -99999;
		}
		.content {
			width:960px;
			height:615px;
			background:url(../../images/splat.gif) no-repeat 0 0;
			margin:49px auto;
			padding:1px 0 0 0;
		}
			.box {
				width:896px;
				margin:92px auto 0;
				height:404px;
			}
			ul.social {
				width:896px;
			}
			ul.social li {
				display:block;
				float:left;
			}
				li#greybar {
					width:677px;
					height:52px;
				}
				li#facebook {
					width:51px;
					height:52px;
					margin-left:3px;
				}
				li#twitter {
					width:52px;
					height:52px;
					margin-left:3px;
				}
				li#myspace {
					width:52px;
					height:52px;
					margin-left:3px;
				}
				li#youtube {
					width:52px;
					height:52px;
					margin-left:3px;
				}
		.Col {
			width:896px;
			display:block;
			float:left;
		}
			#leftCol {
				width:216px;
				float:left;
				margin:6px 0 0 0;
			}
				a#preorder {
					display:block;
					margin-top:7px;
					width:216px;
					height:46px;
				}
				a#preorder_itunes {
					display:block;
					margin-top:7px;
					width:216px;
					height:28px;
				}
				#albumart {
					width:216px;
					height:216px;
					display:block;
					margin-bottom:1px;
				}
			#rightCol {
				width:666px;
				float:left;
				margin:9px 0 0 13px;
			}
				#form {
					background:url(../../images/bottom_greybar.gif);
					width:666px;
					height:95px;
					margin:8px 0 0 0;
				}
					a#signupbtn {
						display:block;
						width:156px;
						float:right;
						margin:53px 13px 0 0;
					}
			#divider {
				float:left;
				height:5px;
				margin:6px 0 30px;
				width:896px;
				display:block;
			}
			#legal {
				width:100px;
				margin:15px auto 0;
				display:block;
				font-size:11px;
			}
				#legal a {
					color:#7b766d;
					text-decoration:none;
				}
			a#enter {
				width:219px;
				display:block;
				margin:0 auto;
			}
		#border_left {
			background:url(../../images/borderLeft.png) no-repeat scroll center top;
			height:100%;
			left:0;
			position:fixed;
			top:0;
			width:31px;
			z-index:99999;

		}
		#border_right {
			background:url(../../images/borderRight.png) no-repeat scroll center top;
			height:100%;
			position:fixed;
			right:0;
			top:0;
			width:31px;
			z-index:4;

		}
		#border_bottom {
			background:url(../../images/borderBottom.png) no-repeat scroll center top;
			bottom:0;
			height:26px;
			position:fixed;
			right:0;
			width:100%;
			z-index:99999;

		}
		#border_top {
			background:url(../../images/borderTop.png) no-repeat scroll center top;
			height:67px;
			left:0;
			position:fixed;
			top:0;
			width:100%;
			z-index:4;

		}
		#heading {
			width:982px;
			height:177px;
			margin:0 auto;
		}
