﻿body
{
    background-color:black;
    background-image:url('../../images/bg.png');
    background-repeat:repeat-x;
    background-attachment:fixed;  
    overflow-y:scroll;
    height:100%;
    
}

#bgWrapper
{
    width:950px;
    margin-left:auto;
    margin-right:auto;
}

#bg
{
    
    background-color:Transparent;
    width:950px;
    float:left;
               
}

#mediaspace
{
    width:690px;
    height:410px;
    float:left;
}

#playerText
{
    
    background-color:#353535;
    width:260px;
    float:left;  
    margin-left:0px;
    /*filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;*/
    height:410px;
	
               
}

#pageFrame
{
    background-color:#353535;
    width:930px;
    float:left;  
    margin-left:0px;
   padding:20px;
    min-height:500px;

}

#player
{
    width:950px;
    height:410px;
    background-color:Transparent;
    float:left;

}

#adds
{
    background-color:Transparent;
    width:140px;
    margin-left:10px;
    float:left;
    height:50px;
    margin-top:20px;

}

#top
{
    height:50px;
    width:100%;
    background-color:Black;
    margin-bottom:20px;
    border:0px solid #fff;
}

#logo
{
    background-image:url(../../images/logo.png);
    background-repeat:no-repeat;
    height:50px;
    width:160px;
    float:left;
    margin-left:5px;
    background-color:Transparent;
}

#menu
{
    background-color:Transparent;
    float:left;
    height:40px;
    width:784px;
    margin-top:14px;
    
}

#videos
{
    width:800px;
    float:left;
    margin-top:20px;
}

#videosFirst
{
    width:950px;
    float:left;
    margin-top:20px;
}

#topRound
{
    width:100%;
    height:11px;
    background-image:url('../../images/bottomRound.png');
    background-repeat:no-repeat;
}

#bottomRound
{
    width:100%;
    height:11px;
    background-image:url('../../images/topRound.png');
    background-repeat:no-repeat;
}

#topRoundFirst
{
    width:100%;
    height:11px;
    background-image:url('../../images/topRound950.png');
    background-repeat:no-repeat;
}

#bottomRoundFirst
{
    width:100%;
    height:11px;
    background-image:url('../../images/bottomRound950.png');
    background-repeat:no-repeat;
}

#videoAreaFirst
{
    width:950px;
    background-color:#353535;
   /*background-color:#5a8a96;*/

}

#videoArea
{
    width:800px;
    background-color:#353535;
    float:left;
    /*background-color:#5a8a96;*/
    

}

.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#buttonArea
{
    width:100%;
    margin-bottom:5px;
}

.pageArea
{
    width:100%;
    min-height:100px;
    background-color:#353535;
    padding:20px;
}

.categoryUrl
{
    width:100%;
    height: 30px;
    margin-bottom:15px;
    margin-left:15px;
    margin-top:5px;
}
    
