
body {
  padding: 0px;
  margin: 0px;
  background-image: url(/images/shadowback.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  height: 100%;
}

div#container {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -500px;
  width: 1024px;
  background-image: url(/images/siteback.jpg);
  height: 100%;
}

table#containertable {
  width: 1024px;
  height: 100%;
  background-image: url(/images/siteback.jpg);
}

td#leftblue {
  vertical-align: top;
  width: 150px;
  height: 767px;
  background-image: url(/images/leftblue.jpg);
  background-repeat: no-repeat;
}

div#minimenu {
  width: 150px;
  height: 40px;
}

div.menu {
  margin-top: 282px;
  margin-bottom: 119px;
}

td#leftpink {
  vertical-align: top;
  width: 151px;
  height: 767px;
  background-image: url(/images/leftpink.jpg);
  background-repeat: no-repeat;
}

div.submenu {
  margin-top: 282px;
}

.editorsubmenu {
  padding: 5px;
  font-family: Lucida Sans, Lucida, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #ffffff;
  line-height: 15px;
  background-image: url(/images/leftpink.jpg);
  background-position: 0px -282px;
  background-repeat: no-repeat;
  background-color: #d34279;
}

td#textcontainer {
  vertical-align: top;
  width: 595px;
  height: 767px;
  background-image: url(/images/textback.jpg);
  background-repeat: no-repeat;
}

td#right {
  vertical-align: top;
  width: 128px;
  height: 767px;
  background-image: url(/images/right.jpg);
  background-repeat: no-repeat;
}

div#textbox {
  margin-top: 145px;
}

div#winnerimage{
    text-align:center;
}

img {
  border: medium none;
}

.editortextbox {
  padding: 12px;
  font-family: Lucida Sans, Lucida, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  line-height: 16px;
  background-image: url(/images/textback.jpg);
  background-position: 0px -145px;
  background-repeat: no-repeat;
  background-color: #dd6b97;
}

.editortextbox td {
  font-family: Lucida Sans, Lucida, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  line-height: 16px;
}

a {
  text-decoration: underline;
  color: #f2d3df;
}

a:hover {
  text-decoration: underline;
  color: #ffffff;
}

