@charset "UTF-8";
/* CSS Document */



/* Layout */
html {
	margin:0;
	padding:0;
	background:#000 url(images/bg.jpg) no-repeat scroll center top;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	color:#a8d3e9;
	background: transparent;
    font-size: 12px;
}
#doc4 {
	margin: 0 auto;
}

#hd {
	height: 100px;
	margin-bottom: 20px;
	position: relative;

}
#hd h1 { /*hides the domain name title */
	float:right;
	text-indent:-99999px; display:none;
}

#bd {
	padding: 0px 10px 0 25px;
}
.yui-g { /*default main content container */
	padding:0px 0 0 0px;
	width: auto;
	height: 790px;
	font-size: 100%;
}

#mp3 {
       position: absolute;
       top: 72px;
       left: 50%;
       margin-left: 180px;
}

#leftText {
        position: absolute;
        left: 50%;
        margin-left: -150px;
        width: 300px;
        text-align: justify;
		letter-spacing:-0.2px;
}

#rightText {
        position: absolute;
        left: 50%;
        margin-left: 180px;
        width: 300px;
        text-align: justify;
}

#bottomText {
        position: absolute;
        left: 50%;
        margin-left: -150px;
        top: 355px;
        font-weight: bold;
        font-size: 115%;
        color: #d59137;
        letter-spacing: 0.6px
}
.small{
	font-size: 93%;
	color: #B78854;
}
a {
	outline:none;	
}

a.video {
	display: block;
        height: 35px;
        width: 125px;
        background: transparent url(images/video-button.png) top center scroll no-repeat;
        position: absolute;
        left: 50%;
        margin-left: 355px;
        top: 385px;	
}

a.signUp {
	background:transparent url(images/email-signup-button.png) no-repeat scroll center top;
	display:block;
	height:52px;
	left:50%;
	margin-left:-340px;
	position:absolute;
	top:275px;
	width:172px;
}
a.contact {
	background:transparent url(images/contact-us-button.png) no-repeat scroll center top;
	display: block;
	height: 30px;
	width: 172px;
	left: 50%;
	margin-left: -340px;
	position: absolute;
	top: 337px;	
}

#ft {
	font-size:85%;
	margin:0px;
	text-align:center;
	padding:25px 20px 15px 20px;
	height: 40px;
	text-transform:uppercase;
	position: relative;
	color: #666;
}
#ft a {
	text-decoration:none;
}
#ft a:hover {
}
#ftLeft{
	float: left;
	text-align: left;
	padding-top:8px;
}
#ftRight{
	float: right;
	padding-top:8px;
}

#ft td {
	padding: 2px 0 0;
}
#ft p{
	padding-right: 115px;
}
/* --- Powered by MCN styles --- */
#poweredBy{
	position: absolute;
	right:20px;
	top: 20px;
	line-height: -20px;
	width: 115px;
	height:40px;
	text-transform:lowercase;
	font-family:arial, sans-serif;
	font-size: 11px;
}
#poweredBy img{
	float: right;
}
#poweredBy h6{
	float: left;
	padding-top: 13px;
	width: 69px;
	text-align: right;
	font-weight: normal;
}
#poweredBy a{
	float: right;
	display: block;
	width: 40px;
	height: 40px;
	background: transparent url(images/mcn_white35.png) no-repeat scroll right top;
}
#poweredBy a:hover{
	background: transparent url(images/mcn_white35.png) no-repeat scroll right -60px;
}