@charset "UTF-8";
/* CSS Document */

body,html{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	color:#999999;
	font-size:0.9em;
	line-height:1.8em;
}


#container{
	width:1000px;
	height:650px;
	margin:30px auto;
	background-image:url(../images/no-cam-background.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#text{
	width:373px;
	float:left;
	margin-right:40px;
}

#video{
	width:550px;
	float:left;
}

p{
	margin-left:4px;
}

a{
	text-decoration:none;
	color:#00A2AF;
}

a:hover{
	text-decoration:underline;
}

#footer{
	font-size:8pt;
	color: #666666;
	width:1000px;
	margin:0 auto;
	line-height: 13pt;
}

#footerLeft{
	width:800px;
	float:left;
}

#footerRight{
	width:170px;
	float:right;
	text-align:right;
	margin-top:20px;
	margin-right:30px;
}
