@import url('/css/reset.css');
@import url('/css/text.css');
@import url('/css/form.css');

body { background: #21242b url('/images/Back_Header.jpg') top repeat-x; }

.clear { clear: both; }

#saran_wrap {
  width: 100%;
  background: url('/images/Back_MainPage.jpg') 50% 90px no-repeat;
}

#content_wrap {
  width: 700px;
  margin: 0 auto;
} 

#header {
  position: relative;
  background: url('/images/Back_Logo.jpg') top left no-repeat;
  width: 700px; height: 89px;
  margin-bottom: 40px;
}

hr {
  margin: 40px 0px 40px 0px;
  border:0 #6a6b6e solid;
  border-top-width: 1px;
  height:0;
}

.col_welcome {
  float: left;
  width: 460px;
}


.col_signup {
  float: right;
  width: 220px;
}


.col_video {
  float: left;
  width: 520px;
}

.video_wrap {
  height: 341px; width: 515px;
  margin: 0; padding: 0;
  border: 2px solid #e2e2e2;
}

.col_media {
  float: right;
  width: 160px;
}
 