body{
background:#000000;
margin:0 auto;
width:960px;
}
img{border:none;}
a{text-decoration:none;}

#wrapper{
background:#121212;
border: solid 3px #252525;
width:960px;
height:1955px;
#height:1950px;
}
.lcspcr{width:345px;height:20px;}

/*Pseudoclase*/
.home_btn{
background:url(../images/btn/btn_i_01.png);
width:75px;
height:72px;
float:left;
cursor:pointer;
}
.home_btn:HOVER{background:url(../images/btn/btn_a_01.png);}

.signup_btn{
background:url(../images/btn/btn_i_02.png);
width:75px;
height:72px;
float:left;
cursor:pointer;
}
.signup_btn:HOVER{background:url(../images/btn/btn_a_02.png);}

.upgrade_btn{
background:url(../images/btn/btn_i_04.png);
width:75px;
height:72px;
float:left;
cursor:pointer;
}
.upgrade_btn:HOVER{background:url(../images/btn/btn_a_04.png);}

.profile{
background:url(../images/btn/btn_i_05.png);
width:75px;
height:72px;
float:left;
cursor:pointer;
}
.profile:HOVER{background:url(../images/btn/btn_a_05.png);}

.watchnow_btn{
background:url(../images/btn/btn_i_03.png);
width:83px;
height:72px;
float:left;
cursor:pointer;
}
.watchnow_btn:HOVER{background:url(../images/btn/btn_a_03.png);}
/* Pseudoclase */

/* text classes */
.white_head{
color:#FFFFFF;
font-family:Verdana;
font-size:16px;
font-stretch:condensed;
font-weight:bold;
}
.white_medium{
color:#FFFFFF;
font-family:Verdana;
font-size:10px;
font-weight:600;
#font-weight:normal;
}
.white_large{
color:#FFFFFF;
font-family:Verdana;
font-size:12px;
font-weight:600;
#font-weight:normal;
}

.white_head_href{
color:#FFFFFF;
font-family:Verdana;
font-size:16px;
font-stretch:condensed;
font-weight:bold;
text-decoration:none;
}
.white_head_href:HOVER{
color:#990000;
font-family:Verdana;
text-decoration:underline;
}

.hyperlinked{
color:#FFFFFF;
font-size:10px;
font-family:Verdana;
text-decoration:none;
}
.hyperlinked:HOVER{
text-decoration:underline;
}

.white_head_nostyle_href{
color:#CCCCCC;
}
.white_head_nostyle_href:HOVER{
color:#FF0000;
}

.white_head_ul_href{
color:#CCCCCC;
text-decoration:underline;
}
.white_head_ul_href:HOVER{
color:#FF0000;
}