html body {
	background-color: #000;
	margin: auto 0px;
	color: #000;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
}

#bgImage{
	position: absolute; 
	top:0px;
	left: 0;
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	background-color: #000;	
}

#user{
	position: relative;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	top:0px;
	background-color: #fff;
	width:640px;
	height:95px;
	z-index: 1000;
}

#photo{
	float: left; 
	margin:10px;
}

#info{
	position: relative;
	padding: 5px;
}

.wrapper{
	width:100%;
	margin:0;
	padding:0;
	margin-bottom: 20px;
}

/*#logo{
	position:relative;
    margin-left:auto;
	margin-right:auto;
	z-index: 1006;
	margin-bottom:10px;
}*/

#top{
	position:relative;
	width:100%;
	height: 20px;
	background-color: #CCC;
    margin-left:auto;
	margin-right:auto;
	z-index: 1006;
	margin-bottom:10px;
	text-align: left;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:10px;
}

.contents{
	position: relative;
    margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:640px;
	height:100%;
	background-color:#fff;
	padding:5px;
	z-index: 1000;
}

/*#videos{
	position:absolute;
	margin:5px;
	left:10px;
	z-index:1001;
}*/

/*#vidlist{
	position:relative;
	list-style: none;
	
}

#videoinfolist{
	position:relative;
	list-style: none;

}*/

.vidContainer{
width: 620px;
height:180px;
margin:10px 10px 10px 10px;
background-color:#FFFFFF;
position:relative;
border-bottom: 1px dashed #797979;
}

/*.descriptions{
position:absolute;
left:200px;
}*/

.vid{
width: 176px;
height:160px;
margin-right:10px;
float:left;
clear:left;
text-align:center;
}

.vidlist{
 list-style:none;
}

/*.subject{
position:relative;

float:left;
}

.message{
position:relative;

float:left;



}

.time{
position:relative;

float:left;



}*/






