*{
  padding: 0;
  margin: 0;
}

html, body, #wrap {min-height: 100%; min-width: 100%;
  color: #ffffff;font-family: Arial, Helvetica, sans-serif;font-size: 16px;}
body > #wrap {height: auto; min-height: 100%;}

body {
  background: #000000;
}

h1, h2 { font-style: italic; }

img { border: none; }

#big_container {
  width: 1024px; min-height: 800px;
  padding: 30px 0;
  background: url('../images/bg_main.jpg') center no-repeat;
}

#big_container .layer {
  width: 100%; min-height: 924px;
  padding-bottom: 100px;
  background: url('../images/border2.png') bottom left no-repeat;
}

#page_container {
  width: 100%; height: 100%;
}

.top_cont {
  width: 100%; height: 130px;
}

.main_cont {
  width: 800px; min-height:670px;
  text-align:left;
}

#menu {
  color: #ff5eb5;
  text-decoration: none;
}
#menu:hover {
  color: #ffffff;
}
#ref {
  color: #ffffff;
  text-decoration: none;
}
#ref:hover {
  text-decoration: underline;
}

/* CLEAR FIX */
.clearfix:after {content: "."'
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
/* End hide from IE-mac */
.clear{
  clear: noth;
}