@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Please Give MAIN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		pg_main.css
	Date:			March 3, 2010
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	main/body/global Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	* {
		margin:0; padding:0; border:0;
	}
	body {
		background:#eeeaea url(../../images/bg_tile.jpg) 0 0 repeat-x;
	}
	.altText {
		width:0; height:0;
		display:block;
		overflow:hidden;
	}
	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
	}
	.clearfix:after {
		content: ".";
		display: block;
		clear:both;
		visibility:hidden;
		line-height:0;
		height:0;
	}
	.clearfix {
		display:inline-block;
	}	
	html[xmlns] .clearfix {
		display:block;
	}
	* html .clearfix {
		height:1%;
	}
	#main {
		width:960px; height:800px;
		margin:0 auto;
		background:#eeeaea url(../../images/bg_body.jpg) top center no-repeat;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#main buttons
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#main a.btn_viewPressKit {
		width:108px; height:30px;
		margin:481px 9px 0 0;
		background:url(../../images/btn_viewPressKit.png) 0 0 no-repeat;
		display:block;
		float:left;
	}
		 #main a.btn_viewPressKit:hover {
		 	background-position:0 -30px;
		 }
	#main a.btn_trailer {
		width:88px; height:30px;
		margin:481px 10px 0 130px;
		background:url(../../images/btn_trailer.png) 0 0 no-repeat;
		display:inline-block;
		float:left;
	}
		 #main a.btn_trailer:hover {
		 	background-position:0 -30px;
		 }
		#main a.btn_releaseDates {
			width:138px; height:30px;
			margin:481px 0 0 0;
			background:url(../../images/btn_releaseDates.png) 0 0 no-repeat;
			display:block;
			float:left;
		}
			#main a.btn_releaseDates:hover {
				background-position:0 -30px;
			}
	#main a.btn_enter {
		width:122px; height:38px;
		margin:9px 0 0 246px;
		background:url(../../images/btn_enter.png) 0 0 no-repeat;
		display:block;
	}
		#main a.btn_enter:hover {
			background-position:0 -38px;	
		}
	
		


/*	--------------------------------------------------------------------------------------------------------------------------
	.footer
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/		
	#main .footer {
		margin:27px 0 0 87px;
	}
		#main .footer .rated {
			margin:15px 255px 0 0;
			display:block;
			float:left;
		}	
		#main .footer .soundtrack {
			width:155px;
			background:url(../../images/soundtrackAvailable.png) 80px 7px no-repeat;
			float:left;
		}
			#main .footer .soundtrack a.btn_album {
				width:72px;
				display:block;
				float:left;
			}
				#main .footer .soundtrack img {
					border:1px solid #f15d22;
					display:block;
				}
		#main .footer .soundtrack a.btn_buyNow {
			width:62px; height:23px;
			margin:42px 0 0 7px;
			background:url(../../images/btn_buyNow.png) 0 0 no-repeat;
			float:left;
			display:block;
		}
			#main .footer .soundtrack a.btn_buyNow:hover {
				background-position:0 -23px;
			}
		#main .footer a.btn_ny {
			width:120px; height:70px;
			margin:3px 0 0 15px;
			background:url(../../images/btn_ny.png) 0 0 no-repeat;
			display:block;
			float:left;
		}
		#main .footer a.btn_facebook {
			width:105px; height:35px;
			margin:15px 0 0 12px;
			background:url(../../images/btn_facebook.png) 0 0 no-repeat;
			float:left;
			display:block;
		}
			#main .footer a.btn_facebook:hover {
				background-position:0 -35px;
			}
