body
{
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: arial;
}

div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	margin-top: 0px;
}

#vid-container{
  background: url(main_background.jpg) no-repeat;
  background-position : center;
  width: 100%;
  clear: both;
}  

#video{
  height: 585px;
  width: 699px;  
  position: relative;
  left: -3px;
  top: 59px;
  clear: both;
  
}


#right-top{
	float: left;
	height: 121px;
	margin-bottom: -5px;
	padding-top: 15px;
	border: 0px;
	text-align: left;
}

html>body #right-top{
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#logo{
	float: left;
	width: 452px;
	height: 121px;
	margin-bottom: 0px;
	border: 0px;
	padding: 0px;
}


#phone-img{
	margin-top: 20px;
	margin-bottom: 5px;
}

html > body #phone-img{
	margin-top: 33px;
	margin-bottom: 10px;
}


#bottom-bar{
	margin-left: -1px;
}

html > body #bottom-bar{
	margin-left: -0px;
}


p{
	font-size: 14px;
	margin-bottom: 10px;
}


a:link{
	color: #003399;
}

a:hover {
	color:#3399CC;
}
