@charset "utf-8";

body, body.mceContentBody
{
	margin: 0px;
	padding: 0px;
	background: #101c32 url(bg.png) repeat-x;
	font-family: Tahoma, Arial;
	font-size: 13px;
}

p
{
	margin: 1em 0;
}

a
{
	color: #165c85;
}
a:hover
{
	color: #000000;
}

h1
{
	font-size: 2.7em;
}
h2
{
	font-size: 2em;
}
h3
{
	font-size: 1.5em;
}
h4
{
	font-size: 1.35em;
}

td
{
	vertical-align: top;
}

.left
{
	float: left;
}
.right
{
	float: right;
}

.small
{
	font-size: 0.9em;
}
.smaller
{
	font-size: 0.75em;
}
.smallest
{
	font-size: 0.5em;
}
.big
{
	font-size: 1.25em;
}
.bigger
{
	font-size: 1.5em;
}
.biggest
{
	font-size: 2em;
}

.underline
{
	text-decoration: underline;
}
.bold
{
	font-weight: bold;
}

.red
{
	color: #ff0000;
}
.error
{
	margin-bottom: 5px;
	border: solid 1px #ff0000;
	color: #ff0000;
	text-align: center;
	font-weight: bold;
}
.note
{
	margin-bottom: 5px;
	border: solid 1px #0000ff;
	color: #0000ff;
	text-align: center;
	font-weight: bold;
}

body.mceContentBody
{
	padding: 0px;
}

#wrapper
{
    width:1001px;
    min-height: 300px;
    margin:auto;

}


#header
{
	width: 1001px;
	height: 257px;
	margin: auto;
        background: url(header.jpg) no-repeat;
}
#nav
{
	width: 1001px;
	height: 64px;
	margin: auto;
        background: url(nav.jpg) no-repeat;
        border: none;
        margin-top:-12px;
        

}

#nav li
{
	float: left;
	margin: 25px 0px;
	
	padding-left:25px;
	height: 24px;
	list-style-type: none;
        margin-left: 0px;


}
#nav li a
{
	display: block;
	height: 5px;
	text-decoration: none;
	color: #000;
	font-size: 1.3em;
	font-family: tahoma;
	font-weight: normal;
	line-height: 0;


}

#nav li a:hover
{
    color:#a8f14b
}

#nav li:first-child
{
	background:none;
}

#all_symbols
{
    width:1001px;
    height:223px;
    margin:auto;
    background: url(symbols.jpg) no-repeat;
}



#heading
{
	width: auto;
	height: 271px;
	margin: 10px;
	text-align: center;
	background: url('h.png') top center no-repeat;
}

#content
{
	
	min-height: 300px;
        background-color: #fff;
}
* html #content
{
	height: 300px;
        background-color: #fff;
}

#bottom
{
	margin: auto;
	margin-bottom: 10px;
	width: 937px;
	height: 353px;
	background: url('c.png') top center no-repeat;
}
.bottomContent
{
	padding: 10px;
}

#footer
{       height:122px;
	padding-top:50px;
	text-align: center;
        background-color: #101c32;
        margin-top:15px;
}
.footLinks a
{
	margin: 0px 20px;
}

.contH
{
	margin-right: 20px;
	width: auto;
	height: 491px;
	background: url('ch.png') top left no-repeat;
	padding-left: 20px;
}
.contHInner
{
	margin-right: -20px;
	width: auto;
	height: 481px;
	background: url('ch.png') top right no-repeat;
	padding-top: 10px;
}
.contHHead
{
	margin-left: -10px;
	margin-right: 10px;
	width: auto;
	height: 37px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.15em;
	line-height: 2.5em;
}
.contHBody
{
	/*margin-top: 10px;*/
	margin-right: 15px;
	margin-left: -5px;
}

.container
{
	width: 937px;
	background: url('c.gif') bottom center no-repeat;
	padding-bottom: 10px;
}
.containerBody
{
	width: auto;
	min-height: 353px;
	padding: 10px;
	padding-bottom: 0px;
	background: url('c.gif') top center no-repeat;
}
* html .containerBody
{
	height: 353px;
}

.containerBody h1:first-child, .containerBody h2:first-child, .containerBody h3:first-child, .containerBody p:first-child
{
	margin-top: 0px;
}

.subCenter
{
	width: 292px;
	height: 97px;
	background: url('./subc.png') top center no-repeat;
	color: #ffffff;
}
.subCenter form
{
	padding-top: 55px;
	padding-left: 10px;
}
.subCenter form input
{
	margin: 0px;
	float: left;
}
.subCenter form .inputBox
{
	margin-top: 3px;
	width: 225px;
}
.subCenter form .inputImg
{
	margin-left: 10px;
}

.subRight
{
	margin-left: 610px;
	margin-top: 20px;
        margin-top: 30px \0;
        *margin-top: 33px;
        position:absolute;
	width: 350px;
	height: 210px;
        border: none;
	background:none;
	text-align: center;
}
.subRight form
{
	padding-top: 55px;
}
.subRight form .inputBox
{
	width: 231px;
        height:31px;
        background: transparent;
        text-align: center;
        font-family: tahoma;
        font-size: 22px;
        color: #000;
        border: none;
        margin-top:61px;
        margin-left:64px;

}
.subRight form .inputImg
{
	width:158px;
        height:29px;
        border: none;
        margin-top: 12px;
        margin-left:70px;
}

.subBottom
{
	margin: auto;
	margin-top: 25px;
	width: 412px;
	height: 97px;
	background: url('./subb.png') top center no-repeat;
	color: #ffffff;
}
.subBottom form
{
	margin: auto;
	padding-top: 50px;
	padding-left: 55px;
}
.subBottom form input
{
	margin: 0px;
	float: left;
}
.subBottom form .inputBox
{
	margin-top: 3px;
	width: 225px;
}
.subBottom form .inputImg
{
	margin-left: 10px;
}

#headSub
{

	width: 598px;
	height: 149px;
        float:left;
        margin-top:-112px;
        margin-left:30px;
	background: url('signup_mid.png') no-repeat;

}
#headSub input[name=fields_email]
{
	position: absolute;
	margin-top: 17px;
        margin-top: 35px \0;
        margin-left:370px;
	width: 189px;
	height: 47px;
	background: transparent;
	padding: 5px;
	padding-bottom: 0px;
	font-size: 16px;
	border: none;
	text-align: center;
	color: #1d2c42;
}
#headSub input[type=submit]
{
	position: absolute;
	margin-top: 80px;
	margin-left:370px;
	width: 200px;
	height: 42px;
	background: transparent;
	cursor: pointer;
	border:  none;
	color: transparent;
	overflow: hidden;
	line-height: 100px;
}

.subNews
{
	margin-left: -5px;
	margin-top: 10px;
	width: 257px;
	height: 240px;
	padding-top: 35px;
	background: url('./fnh.png') top center no-repeat;
	color: #ffffff;
}
.subNewsContent
{
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff;

	height: 235px;
	overflow: auto;
}
.subNewsContent p
{
	margin: 1em 0px;
}
.subNewsContent p:first-child
{
	margin: 0px;
}
.subNewsContent a
{
	color: #004080;
	font-weight: bold;
}

.inputBox
{
	border: solid 1px #165c85;
}
.inputImg
{

}

/*____________REDESIGN_________April_2010*/




.clearBoth {
	clear: both;
}

#ultimate
{
    width:1000px;
    height:555px;
    margin-left:-18px;
    background: url(ultimate.png) no-repeat;

}

#ultimate .ult_text
{
    width:913px;
    height:309px;
    border:none;
    position: absolute;
    margin-left:40px;
    margin-top:60px;
    line-height: 1.4em;
}

#ultimate .iInput input
{
        width: 574px;
        height: 47px;
        height: 57px \0;
	background: transparent;
	border: none;
	padding: 4px 5px;
	text-align: center;
	color: #000;
        margin-top:400px;
        margin-top:415px \0;
        *margin-top: 35px;
        margin-left:50px;
        font-size:55px;
        font-size:45px \0;
        line-height:22px;

}
#ultimate .iButton
{
	width: 306px;
	height: 72px;
	border: none;
	cursor: pointer;
	background: transparent;
	overflow: hidden;
	line-height: 100px;
        position: absolute;
        margin-top:-65px;
        margin-top:-75px \0;
        *margin-top:-80px;

        margin-left:645px;
}
div.seenOn
{
	width: 972px;
	height: 150px;
        margin-top:150px;
}
.seenOnLeft
{
	position: absolute;
	z-index: 2;
	width: 972px;
	height: 150px;
	background: url('fadel.png') left repeat-y;


}
.seenOnRight
{
	position: absolute;
	z-index: 2;
	width: 972px;
	height: 150px;
	background: url('fader.png') right repeat-y;


}
.seenOnText
{
background:url("aso.png") no-repeat scroll 0 0 transparent;
height:25px;
position:absolute;
width:117px;
z-index:3;
}


div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 972px;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: 972px;
	height: 100%;

}


.panels
{
    width:1000px;
    height:100%;
    margin:auto;
    margin-top:0px;

}

.left_panel
{
    width:420px;
    height:488px;
    float:left;
    background: url(howtogenerate.png) no-repeat;
}

.tl_one
{
    margin-top:107px;
    margin-left:20px;
}

.tl_two
{
    margin-top:-12px;
    margin-left:20px;
}
.tl_three
{
    margin-top:-9px;
    margin-left:20px;
}
.tl_four
{
    margin-top:-9px;
    margin-left:20px;
}
.tl_bottomline
{
    margin-top:0px;
    margin-left:20px;
}
.left_two
{
    width:417px;
    height:759px;
    float:left;
    background: url(earlybirdnac.png) no-repeat;
    margin-top:-765px;
    *margin-top:-765px;

}

.secondleft_one
{
    width:370px;
    margin-top:150px;
    margin-left:22px;
    text-align: justify;

}
.secondleft_two
{
    width:370px;
    margin-top:50px;
    margin-left:22px;
    text-align: justify;

}
.secondleft_three
{
    width:370px;
    margin-top:65px;
    margin-left:22px;
    text-align: justify;

}

#bottom_para
{
    width:800px;
    margin:auto;
    text-align: justify;
    padding-top:120px;

}

#bottom_para .iInput input
{
	width: 594px;
	height: 47px;
	background: transparent;
	border: none;
	padding: 4px 5px;
	text-align: center;
	color: #000;
        margin-top:0px;
        margin-top:0px \0;
        *margin-top: 35px;
        margin-left:-40px;
        font-size:40px;
}
#bottom_para .iButton
{
	width: 276px;
	height: 52px;
	border: none;
	cursor: pointer;
	background: transparent;
	overflow: hidden;
	line-height: 100px;
        position: absolute;
        margin-top:-57px;
        margin-top:-65px \0;
        *margin-top:-80px;

        margin-left:565px;
}

#bottom_para p
{
    font-family: tahoma;
    font-size: 20px;
    color:#fff;
}

.bp_text
{
    margin-top:-5px;
}

.right_panel
{
    width:542px;
    height:381px;
    float:right;
    margin-right:30px;
    background: url(signup_one_right.png) no-repeat;

}

.right_panel .iInput input
{
	width: 375px;
	height: 25px;
	background: transparent;
	border: none;
	padding: 4px 5px;
	text-align: center;
	color: #314258;
        margin-top:163px;
        margin-left:138px;
	margin-top:160px \0;
        font-size:25px;
}
.right_panel .iButton
{
	width: 65px;
	height: 35px;
	background: url('isignup.png') top center no-repeat;
	border:none;
	cursor: pointer;
	color: transparent;
	overflow: hidden;
	line-height: 100px;
        margin-top:0;
        margin-left:460px;
}

.right_two
{
    width:589px;
    height:872px;
    float:right;
     margin-right:10px;
     margin-top:-90px;
    background: url(emb.png) no-repeat;


}

.tr_bird
{
    width:350px;
    margin-top:110px;
    margin-left:200px;
    *margin-top:300px;
}

.tr_app
{
    width:350px;
    margin-top:55px;
    margin-left:200px;
    *margin-top:45px;

}

.tr_sms
{
    width:350px;
    margin-top:75px;
    margin-left:200px;
    *margin-top:60px;
}
#mid_signup
{
    width:580px;
    height:381px;
    margin:auto;
    border:none;

}

#mid_signup .iInput input
{
	width: 405px;
	height: 67px;
	background: transparent;
	border: none;
	padding: 4px 5px;
	text-align: center;
	color: #fff;
        margin-top:200px;
        margin-left:90px;
	margin-top:220px \0;
        *margin-top:225px;
        font-size:30px;
}
#mid_signup .iButton
{
	width: 501px;
	height: 65px;
	border:none;
	cursor: pointer;
	background: transparent;
	overflow: hidden;
	line-height: 100px;
        margin-top:15px;
        margin-left:60px;
}




#iPhone
{

	width: 408px;
	height: 241px;
	background: url('iphone2.png') top center no-repeat;
	padding-left: 82px;
	padding-top: 55px;
        float:left;


}

#iPhone .iText
{
	width: 258px;
	/*height: 75px;*/
	padding-top: 15px;
	overflow: auto;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
        margin-left:30px;
}

#iPhone .iInput
{
	width: 204px;
	height: 33px;
	background: url('iinput.png') top center no-repeat;
	margin-left: 47px;
}
#iPhone .iInput input
{
	width: 164px;
	height: 13px;
	background: transparent;
	border: none;
	padding: 4px 5px;
	text-align: center;
	color: #314258;
        margin-top:-12px;
        margin-top:-17px \0;
        margin-left:26px;
        margin-left:29px \0;
}
#iPhone .iButton
{
	width: 298px;
	height: 46px;
	background: url('isignup.png') top center no-repeat;
	border:none;
	cursor: pointer;
	color: transparent;
	overflow: hidden;
	line-height: 100px;
        margin-top:-12px;
        margin-left:20px;
}
#iPhone .iPower
{
	position: absolute;
	width: 64px;
	height: 64px;
	background: url('clear.gif');
	border: none;
	cursor: pointer;
	color: transparent;
	overflow: hidden;
	line-height: 100px;
	margin-left: 300px;
	margin-top: 30px;
}

.clearBoth {
	clear: both;
}

.general_bottom
{
    width:1000px;
    height:511px;
    background: url(free_trial.png) no-repeat;
}


#top_chart
{
    width:1000px;
    height:497px;
    margin-left:8px;
    background: url(top_info.png) no-repeat;
    margin-top:15px;

}

#top_chart h1
{
    color:#203b50;
    font-weight:bold;
    font-family: tahoma;
    text-align:center;



}

.left_chart {width:420px; height:400px; border-right:1px solid #a6b1bd; float:left;margin-left:20px; margin-top:-10px; padding:5px;}
.right_chart {width:338px; height:217px; border: 1px solid #8bd132; float:right; background: url(top_chart.png) no-repeat; margin-right:50px; margin-top:25px;}
.right_chart_two {width:338px; height:217px; border: 1px solid #8bd132; float:right; background: url(top_chart_two.png) no-repeat; margin-right:50px; margin-top:25px;}

#top_chart .the_right_chart p
{
    color:#203b50;
    font-weight:bold;
    font-family: tahoma;
    text-align:center;
    font-size:1.1em;

}


#ilInline
{
	z-index: 10000;
	display: none;
	position: fixed;
	border: solid 1px #333333;
	border-top: none;
	background: #ffffff;
	font-family: sans-serif;
	font-size: 14px;
	color: #000000;
}

#ilInlineBG
{
	z-index: 9999;
	display: none;
	margin: 0px;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=50);
	alpha: 50;
}

#ilInline .ilTitle
{
	width: auto;
	height: 25px;
	background: #333333;
}
#ilInline .ilTitleText
{
	color: #ffffff;
	font-weight: bold;
	line-height: 28px;
	padding-left: 5px;
}
#ilInline .ilTitle .ilClose
{
	width: 15px;
	height: 15px;
	float: right;
	margin-top: 5px;
	margin-right: 2px;
	background: url('close.gif') no-repeat;
	cursor: pointer;
}
#ilInline .ilTitle .ilClose:hover
{
	background: url('closeh.gif') no-repeat;
}

#ilInline .ilContent
{
	/*width: 500px;
	height: 500px;*/
	padding: 10px;
	overflow: auto;
}

#popSignUp {
	display: none;
	position: fixed;
	z-index: 10000;
	width: 542px;
	height: 381px;
	background: url('rpssu.gif') center no-repeat;
}
#popSignUp input[name=fields_email] {
	border: none;
	margin: 138px 0px 0px 150px;
	width: 370px;
	background: transparent;
	text-align: center;
	font-weight: bold;
}
#popSubmit {
	cursor: pointer;
	width: 70px;
	height: 25px;
	margin: 8px 0px 0px 458px;
}
#popClose
{
	cursor: pointer;
	height: 17px;
	margin: 15px 15px 0px 0px;
	float: right;
	color: #ffffff;
	font-weight: bold;
}

#phone_cash
{
    width:939px;
    height:150px;
    margin:auto;
    border:none;
}

#skinny
{
    width:455px;
    height:155px;
    border: none;
    background: url(skinny.png) no-repeat;
    float:right;
    margin-top:-240px;

}



#skinny .s_info
{
    width:466px;
    height:65px;
    border:none;
    position:  absolute;
    color:#1f3a4f;
    line-height: .4em;
    font-family: tahoma;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    margin-top: -20px;
    margin-left:-70px;


}

#skinny .s_info p {width:700px;font-family: tahoma; font-size: 25px; font-weight: bold;  margin-top:-5px; margin-left:80px; text-align: left;}

#skinny .iInput input
{
        width: 264px;
        height: 26px;
	background: transparent;
	border: none;
	padding: 4px 5px;
	text-align: center;
	color: #000;
        margin-top:60px;
        float:right;
        margin-right:170px;
        margin-top:63px \0;
        *margin-top:35px;
        margin-left:0;
        font-size:22px;
}
#skinny .iButton
{
	width: 268px;
	height: 34px;
	border: none;
	cursor: pointer;
	background: transparent;
	overflow: hidden;
	line-height: 100px;
        margin-top:0px;
        margin-left:15px;
        margin-top:-10px \0;

        *margin-top:0;
}

.text_one
{
    width:350px;
    height:56px;
    float:left;
    border:none;
    margin-top:5px;
    margin-left:35px;
    text-align: center;
}

.text_two
{
    width:222px;
    height:221px;
    float:left;
    border:none;
    margin-top:215px;
    margin-left: -95px;
}

.text_two p {line-height: .3em; font-family: tahoma; font-size: 1.3em; color:#fff; }

.text_three
{
    width:439px;
    height:44px;
    float:right;
    padding-right:45px;
    border:none;
    text-align: center;
}

.text_twwi
{
    width:187px;
    height:150px;
    float:right;
    margin-top:45px;
    margin-right:255px;
    border:none;
    text-align: center;
    line-height: .4em;
}

.text_satm
{
    width:208px;
    height:151px;
    float:right;
    margin-top:30px;
    margin-right:255px;
    border:none;
    text-align: center;
    line-height: .4em;
}



.htg
{
    width:397px;
    height:51px;
    border: none;
    position: absolute;
    color:#fff;
    text-align: center;
}

.excmember
{
    width:499px;
    height:39px;
    border: none;
    position: absolute;
    color:#fff;
    text-align: center;
    margin-left:55px;
    *margin-left:-140px;
}

.exbird
{
    width:396px;
    height:48px;
    border: none;
    position: absolute;
    color:#fff;
    text-align: center;
}

.signup_text
{
    width:363px;
    height:156px;
    border: none;
    position: absolute;
    margin-top:30px;
    margin-left:50px;
}

.free_video
{
    width:489px;
    height:62px;
    border:none;
    position:  absolute;
    color:#fff;
    margin-left:50px;
    margin-top:80px;
}

.subscribeContent
{
    width:1000px;
    height:460px;
    margin-left:-20px;
    background: url('subscribe.png') no-repeat;
}


.subscribeContent .para_box
{
    width:900px;
    height:350px;
    color:#fff;
    margin:auto;
    margin-top:30px;
    font-size: 1.3em;

}

 #flash
 {
    width:675px;
    height:258px;
    float:left;
    top:0;
    border: none;

 }

 #the_wrapp
 {
     width:656px;
     min-height:432px;
     background: #fff url(center_bg.jpg) repeat-x;
     float:left;
}

#the_wrapp h1
{
    margin-left:15px;
    color:#203b50;

}

#para_one 
{
    width:630px;
    min-height:400px;
    margin-left:15px;
    margin-top:-25px;
    font-size:1em;

}

#dis_space
{
    width:600px;
        margin:auto;
}

 #right_col
 {
     width:345px;
     min-height:565px;
     background: #fff url(center_bg.jpg) repeat-x;
     float:right;
}

#right_col_alone
{
    width:345px;
    height:749px;
    background-color: #fff;
    float:right;
}

#right_bullets
{
    width:338px;
    height:538px;
    margin:auto;
    background: url(right_panel_arrows.png) no-repeat;
    margin-top:15px;
    margin-bottom:15px;
}

#right_signup_ts
{
    width:328px;
    height:929px;
    margin:auto;
    background: url(side_signup.jpg) no-repeat;
}

#right_signup_ts input[name=fields_email] {
	position:absolute;
	margin-top:75px \0;
        margin-top:700px;
	margin-left:30px;
	width:260px;
	height:57px;
	background:transparent;
	font-size:16px;
	border:none;
	text-align:center;
	color:#fff;
	padding:5px 5px 0;
}

#right_signup_ts .submit_top
{
    width:311px;
    height:125px;
    border:none;
    margin:auto;
    margin-top: 780px;
    margin-left: 10px;
    background:none;
    cursor: pointer;

}

#top
{
    width:335px;
    height:30px;
    margin: auto;
    
    
}

#bullet_content
{
    width:270px;
    height:470px;
    float:right;
    border: none;
    margin-top:15px;
    color:#101c32;
    margin-right:20px;

}



#bullet_content span
{
    font-weight: bold;
    color:#101c32;
}

#mid_signup
{
    width:585px;
    height:158px;
    margin:auto;
    background: url(mid_signup.png) no-repeat;
    /*margin-top:-50px;*/
    margin-bottom:13px;
}

#mid_signup input[name=fields_email]
{
	position: absolute;
	margin-top: 54px;
	margin-top: 92px \0;
	margin-left:300px;
	width: 217px;
	height: 33px;
	background: transparent;
	padding: 5px;
	padding-bottom: 0px;
	font-size: 14px;
	border:none;
	text-align: center;
	color: #000;
}
#mid_signup .iButton[type=submit]
{
	position: absolute;
	margin-top:100px;
	margin-left:320px;
	width: 145px;
	height: 34px;
	background: transparent;
	cursor: pointer;
	border:none;
	color: transparent;
	overflow: hidden;
	line-height: 100px;

}

#logos
{
    width:1001px;
    height:118px;
    margin:auto;
    background: #fff url(logos.png) no-repeat;
    background-position: 14px 0;


}

#bottom_ultimate
{
    width:1001px;
    min-height:500px;
    background-color: #fff;

}

#the_ultimate
{
    width:950px;
    height:500px;
    margin:auto;
    background-color: #e0e3ea;
    border: 1px solid #cbcbcb;
        -webkit-border-top-radius:1em;
        -moz-border-radius:1em;
        padding:15px;
}
#the_ultimate h1
{
    text-align: center;
    color:#174175;
    font-size: 2em;
}

#btm_signup
{
    width:957px;
    height:153px;
    margin:auto;
    background: url(btm_signup.png) no-repeat;
    margin-top:-50px;

}

#btm_signup input[name=fields_email]
{
	position: absolute;
	margin-top: 40px;
	margin-top: 92px \0;
	margin-left:25px;
	width: 656px;
	height: 41px;
	background: transparent;
	padding: 5px;
	padding-bottom: 0px;
	font-size: 14px;
	border:none;
	text-align: center;
	color: #000;
}
#btm_signup .iButton[type=submit]
{
	position: absolute;
	margin-top:40px;
	margin-left:710px;
	width: 165px;
	height: 41px;
	background: transparent;
	cursor: pointer;
	border:none;
	color: transparent;
	overflow: hidden;
	line-height: 100px;

}

#foot_logo
{
    width:357px;
    height:47px;
    margin:auto;
    background: url(btm_logo.png) no-repeat;
}
