﻿/* Main settings for page */

html {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  height: 100%;
  background-color: #BE7B00;
}

body {
  margin: 0px 0px 0px 0px;
  padding: px 0px 0px 0px;
  height: 100%;
  background-color: #BE7B00;
  background-image: url('../img/background.gif');
  background-position: left top; 
  background-repeat: repeat-x;
}

p {
  margin: 0px 0px 0px 0px;
  padding: px 0px 0px 0px;
}

.center {
 text-align: center;
 padding: 0px 0px 0px 0px;
 position: relative;
 top: 140px;
}

