@charset "UTF-8";

body{
	margin: 0;
	padding: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	text-align: center;
	background-color: #000000;
}

a:link, a:visited, a:active {
	color: #999999;
    text-decoration: none;
}

a:hover {
	color: #500000;
}

h1 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 3em;	
	margin: 0;
	color: #eceded;
	
	border: 0px solid red;
}

h2 {
    font: 1.7em bold "Dax Condensed", "Dax Condensed Bold", "Futura Condensed", sans-serif;
    margin-top: -2px;
}	

h3 {
    font-size: 1.5em; 
}	

p, .result {
	line-height: 1.8em;

}

#all{
    position: relative;
    
    width: 800px;
    height: 600px;
    
    margin: auto;
    border: 0px solid orange;
    background: #000000;
}

#title
{
    position: relative;
    
    
    width: 600px;
    height: 100px;
    
	margin: auto;	
    margin-top: 100px;
    
    border: 0px solid green;    

}

#menu
{
    position: relative;
    
    width: 600px;
    height: 20px;
    
    margin: auto;
    
    border: 0px solid blue;    
}



#content
{
    position: relative;
    
    width: 580px;

    padding-left: 15px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    margin: auto;
   
    text-align: left;
    border: 1px solid dimgray; 
    background-color: #000000;
}


#video_title
{
    position: relative;
    width: 495px;
    height: 25px;
   
    font: 1.3em bold "Dax Condensed", "Dax Condensed Bold", "Futura Condensed", sans-serif;
   
    
	margin: 0;
	padding-left: 5px;
	padding-top: 5px;
	
    border: 0px solid yellow;
}

#video_live
{
    position: relative;
    width: 460px;
    height: 350px;
    
    padding: 20px 20px 20px 20px;
    
    text-align: center;
    border: 0px solid yellow;
}

#video_footer
{
    position: relative;
    width: 500px;
    height: 20px;
    border: 0px solid yellow;
}

#news_title
{
    position: relative;
    
    font-size: 1.2em;
    
    width: 495px;
    height: 20px;
    
    padding-left: 5px;
    padding-top: 5px;
    
    border: 0px solid blue;
}

#news_content
{
    position: relative;

    width: 480px;
    
    padding: 10px 10px 10px 10px;

    border: 0px solid blue;
}

#news_footer
{
    position: relative;

    width: 500px;

    border: 0px solid blue;
}


#footer
{
    position: relative;
    
    width: 600px;
    margin: auto; 
    
    text-align: right;
    border: 0px solid blue;    
}