* {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  
  color: #000;  
  
  background-image: url('../images/layout/body-bg.jpg');
}

#frame {
  width: 100%;
  height: 100%;
  
  background-image: url('../images/layout/frame-bg.jpg');
  background-repeat: repeat-x;
}

#wrapper {
  width: 950px;
  height: 100%;
  
  margin: 0px auto;
  
  background: url('../images/layout/wrapper-bg.jpg') top center no-repeat;
}

#inner-wrapper {
  width: 950px;
  
  margin-left: 0px;
}

#abribbon {
  width: 100%;
  height: 75px;
}

#header {
  width: 100%;
  height: 300px;
}

#content-wrapper {
  background-color: #fff;
}

#content-prefix {
  width: 100%;
  height: 95px;
  
  position: relative;
  
  background-image: url('../images/layout/content-bg.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
}

#content { 
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer {
  width: 100%;
  height: 50px;
  
  position: relative;
}

