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

body {
	font-size: 62.5%;
}

body {background-image:url('http://www.streetvision.com/images/body-bg.jpg'); 
      background-color:#000000; background-position:top center; 
	  background-attachment:fixed; background-repeat:no-repeat;
	  margin:0px 0px 0px 0px;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:1.0em;
	
}

#top {
	width:1000px;
	height:50px;
	background-image:url(../images/top_back.jpg);
	background-repeat:repeat-x;
}

#logo {
	width:1000px;
	height:35px;
	float:left;

}

#top_menu {
	width:1000px;
	height:15px;
	float:left;
	background-color:#514e4d;

}

#video {
	width:1000px;
	height:620px;
	float:left;
	background-color:#514e4d;

}

#artist {
	width:210px;
	height:620px;
	float:left;

}

#bright {
	width:790px;
	height:620px;
	float:left;

}

#menu {
	width:1000px;
	height:45px;
	float:left;
	background-image:url(http://www.streetvision.com/images/menu_back.jpg);
	background-repeat:repeat-x;

}


#menu img{
	float:left;
	border-width:0px;

}


#content {
	width:1000px;
	float:left; display:inline;
	background-color: #000000;

	
}


#content2 {
	width:1000px;
	float:left; display:inline;
	background-color: #000000;
	

	
}

#left {
	width:320px;
	float:left; display:inline;
	background-color:#1a1a1a;
	margin:7px 0 0px 5px;
	overflow:hidden;
	font-size:.7em;


}


#right_inner{
	width:520px;
	padding:0px 5px;
	float:left; display:inline;
	margin: 7px 5px 0px 5px;
	background-color:#1a1a1a;
	color:#fff;
	font-size:.8em;
}

#google{
	width:120px;
	height:600px;
	overflow:hidden;
	float:left; display:inline;
	margin:7px 5px 0 0px;
	padding:0px;
	border: 5px solid #3d3d3d;
	background-color:#000;
	color:#33FF99;
}

#watch{
	margin:10px 0px 10px 10px;
	width:300px;
	height:256px;
	float:left; display:inline;
	background-color:#000;

}

#check{
	padding-top:35px;
	margin:0px 0px 0px 0px;
	padding-bottom:20px;
	width:320px;
	float:left;
	background-image:url(../images/headers/check.jpg);
	background-repeat:no-repeat;

}

#check a:link {color:#fff; text-decoration:none;}
#check a:visited {color:#fff; text-decoration:none;}
#check a:hover {color:#FF0000; text-decoration:none;}

.also_check{
	margin:0px 0px 20px 5px;
	width:300px;
	float:left; display:inline;
	padding-bottom:10px;
	border-bottom:1px dashed #5f1212;
	overflow:hidden;

}

.also_check img{
	margin:0px 5px 5px 0px;
	float:left;
	border:2px solid #fff;
}

.also_check .header{
	color:#ff0000;
	font-size:1.1em;
	font-weight:bold;
}

.also_check .info{
	color:#fff;
	font-size:1.0em;
}


#page_header{
	margin:10px 0px 0px 10px;
	width:460px;
	padding-bottom:5px;
	border-bottom:1px dashed #5f1212;
	
}

.footer{color:#fff; text-align:center; width:980px; float:left; display:inline; padding:10px; border-top:1px #3d3d3d solid; margin:20px 0; font-size:.7em;}

