* {
 font-family: Arial, Sans-Serif;
}
html {
 margin: 0px;
 padding: 0px;
}
body {
 margin: 0px;
 padding: 0px;
 text-align: center;
 font-family: Arial, Sans-Serif;
 font-size: 12px;
}
form
{
  display: inline;
}
input, textarea, select
{
  font-size: 11px;
  color: #0C4566;
}
.mid_float_right
{
  width: 50%;
  float:right;
}
.mid_float_left
{
  width: 50%;
  float:left;
}
#wrapper { 
 margin: 20px auto;
 width: 800px;
 text-align: left;
}
#header {
 margin: 10px 0 40px 0;
 width: 800px;
 overflow:hidden;
 text-align: center;
}
#header p {
 text-align: center;
 color: #404040;
 font-size: 12px;
 vertical-align: middle;
}
#header p a {
 color: #93A7BD;
}
h1 {
 text-align:center;
 font-size: 20px;
 color: #006cb5;
}
h1 a {
 text-align:center;
 font-size: 20px;
 color: #006cb5;
}
h2 {
 font-size: 14px;
 text-align:center;
 color: #B0B0B0;
 margin: 4px 0;
}
#industry a,
#wave a {
 font-size: 13px;
 font-weight: bold;
 text-decoration:none;
 line-height:16px;
 vertical-align: middle;
 color: #93A7BD;
}
a:hover {
 text-decoration: underline;
}
img {
 border:none;
}
#container {
 background: url("separator_wow_company.gif") no-repeat 50% 0%;
 overflow: hidden;
 width: 800px;
}
#industry {
 display: inline;
 width: 380px;
 height: 415px;
 float: left;
 text-align: center;
 margin: 15px 0 0 0;
}
#wave {
 display: inline;
 width: 380px;
 height: 415px;
 float: right;
 text-align: center;
 margin: 15px 0 0 0;
}
#wave_video_player {
 background: url("swf_bg.png") no-repeat 50% 50%;
 padding: 4px;
 text-align: center;
}
#industry_video_player {
 background: url("swf_bg.png") no-repeat 50% 50%;
 padding: 4px;
 text-align: center;
}
#wave_video_player div,
#industry_video_player div {
 margin: auto;
}
#footer {
 margin-bottom: 15px;
 width: 800px;
 height:25px;
 clear: both;
}
#footer .left {
 margin: 0;
 float:left;
 padding:5px 10px;
 font-size:11px;
 font-weight: bold;
 color:#404040;
}
#footer .right {
 margin: 0;
 float:right;
 padding:5px 10px;
 font-size:11px;
 font-weight: bold;
 color:#404040;
}