@charset 'utf-8';
@import url(reset.css);

/* ----------------------------------------------------- All browsers */

body {
  background-color: #fff;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}

div#page {
  overflow: hidden;
}

div#logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -390px;
}

div#top {
  background-color: #fff;
  height: 30px;
  position: absolute;
  top: -1px;
  width: 100%;
}

div#right {
  background-color: #fff;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 30px;
}

div#bottom {
  background-color: #fff;
  height: 30px;
  position: absolute;
  bottom: -1px;
  width: 100%;
}

div#left {
  background-color: #fff;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  width: 30px;
}


/* ----------------------------------------------------- JS enabled browsers */

.js div { }

/* ----------------------------------------------------- IE7 and below */

.ie7 div { }

/* ----------------------------------------------------- IE6 and below */

.ie6 div { }
