/*--COMPASS ROSE & PARTIES 2 GO--
---------------------------------------*/

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

a {
  text-decoration: none;
  color: #09194f;
  margin: 0;
  padding: 0;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
  margin: 0;
}

p {
  color: #09194f;
  font-size: 20px;
}

#wrapper {
  width: 985px;
  height: 817px;
  margin: 0 auto;
  position: relative;
}

#parties {
  position: relative;
}

#content {
  text-align: center;
  width: 310px;
  height: 258px;
  margin-left: 30px;
}

#main-image {
  position: absolute;
  top: 120px;
  right: 0;
  z-index: 1;
}

#logo {
  position: absolute;
  bottom: 135px;
}

#visit {
  position: absolute;
  bottom: 23px;
  left: 244px;
  display: block;
  width: 457px;
  height: 43px;
  margin: 0;
  
}

#bottom {
  height: 96px;
  width: 985px;
  display: block;
  background: #002563 /*url(/layout/images/bottom-bg.jpg) repeat-x 0 0*/;
  position: absolute;
  bottom: 0px;
  left: 0;
}