body {
  margin: 0px;
  padding: 0px;
  background-color: #000; 
  background-image: url("../images/background.png");
  font: 80% arial, sans-serif;
  text-align: center; 
}

.corp {
  position: relative;
  margin-left:auto;
  margin-right:auto; 
  background-image: url("../images/corpBack2.png");  
  background-repeat: no-repeat;
  background-position: top center;
  top: 0px;
  width: 1065px;
}	

.corp2 {
  position: relative;
  margin-left:auto;
  margin-right:auto;   
  text-align: left;  
  top: 0px;
  width: 728px;
}

/** HEADER  STYLE **/

.header {
  position: relative;
  top: 20px;
  left: 300px;
  width: 428px;
  height: 144px;
}

/** END HEADER STYLE **/

/** BUTTONS STYLE **/

.menu {
  position: relative;
  /*float: left;*/
  padding-left: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  top: 0px;
  width: 698px;
  height: 40px;
  line-height: 40px;
}

.menuSmallButton {
  position: relative;
  left: 2px;
  float: left;
  width: 120px;
  height: 40px;
  z-index: 1;
}


.menuSmallButton A { 

display: block;
  padding-top: 0px; 
  width: 120px; 
  height: 40px; 
  background-image: url("../images/smallBtnOut.png"); 
  background-repeat: no-repeat; 
  text-decoration: none; 
  text-align: center; 
  font-size: 18px; 
  color: #000; 
  margin-top: 0px;
}


.menuSmallButton A:hover { 
  background-image: url("../images/smallBtnOver.png"); 
  background-repeat: no-repeat; 
}

.menuBigButton {
  position: relative;
  left: 2px;
  float: left;
  width: 150px;
  height: 40px;
  z-index: 1;
}


.menuBigButton A { 

display: block;
  padding-top: 0px; 
  width: 150px; 
  height: 40px; 
  background-image: url("../images/bigBtnOut.png"); 
  background-repeat: no-repeat; 
  text-decoration: none; 
  text-align: center; 
  font-size: 18px; 
  color: #000; 
  margin-top: 0px;
}


.menuBigButton A:hover { 
  background-image: url("../images/bigBtnOver.png"); 
  background-repeat: no-repeat; 
}

/** END BUTTONS STYLE **/


.contentTop {
  position: relative;
  top: -4px;
  left: 0px;
  width: 728px;
  height: 23px;
  background-image: url("../images/contentTopBack.png"); 
}

.contentMiddle {
  position: relative;
  top: -4px;
  left: 0px;
  width: 728px;
  background-image: url("../images/contentMiddleBack.png"); 
  background-repeat: repeat-y;
}

.contentBottom {
  position: relative;
  padding-top: 10px;
  top: -4px;
  left: 0px;
  width: 728px;
  height: 40px;
  color: #999;
  background-image: url("../images/contentBottomBack.png"); 
}

.mainPageBottomInfoBox a:link { text-decoration: none; color: #059dfd} 
.mainPageBottomInfoBox a:visited { text-decoration: none; color: #059dfd} 
.mainPageBottomInfoBox a:active { text-decoration: none; color: #8951a0} 
.mainPageBottomInfoBox a:hover { text-decoration: none; color: #8951a0} 

.userPage a:link { text-decoration: none; color: #059dfd} 
.userPage a:visited { text-decoration: none; color: #059dfd} 
.userPage a:active { text-decoration: none; color: #8951a0} 
.userPage a:hover { text-decoration: none; color: #8951a0} 

