@import 'main.css';

html,body {
  height: 100%;
  margin: 0; padding: 0;
}

body {
  background:   transparent url('../images/header-bg.png') repeat-x;
  text-align:   center;
  font-family:  Georgia;
  font-size:    14px;
  color:        #555;
  line-height:  1.7em;
}

img {
  border: none;
}
a {
  color:  inherit;
}
a:hover {
  color:  #111;
}

#body {
  position:   relative;
  text-align: left;
  margin:     auto;
  width:      960px;
  margin-bottom: 40px;
}

#header {
  position: relative;
  height:   138px;
}
  #logo {
    position: absolute;
    top:      25px;
  }

#container {
  clear:      both;
}

#footer {
  width:    100%;
  clear:    both;
  width:    100%;
  padding:  10px 0 20px;
  background: #EEE;
  border-top: 3px solid #BBB;
  text-align: center;
  font-size:  .9em;
  color:    #333;
}

.clear {
  clear:  both;
}

#user_notice, #user_error {
  padding: 5px 20px;
  border:  1px solid;
  margin:  5px 0;
}
#user_notice {
  border-color: #AC0;
  color:        #7B2;
  background-color: #FFE;
}
#user_error {
  border-color: #C00;
  color:        #C00;
  background-color: #FEE;
}

