﻿body {
	/*background-attachment:fixed;*/
    background-image: url("images/watermark.png");
    background-repeat: repeat;
    text-align: center;
	min-width: 830px;
}
img {
    border: 0px;
}
a:hover {
    cursor: pointer;
}
.wrap {
    margin:0 auto;
    width: 830px;
	text-align: left;
}
.nav_container {
    background-image: url(images/nav.png);
    height:33px;
    padding-right:50px;
    padding-left:88px;
}
.content {
    background-image: url(images/content_background.png);
    background-repeat: repeat-y;
}
.winner_wrap {
    padding-left: 45px;
}
.footer {
    background-image: url(images/footer.png);
    height:120px;
    width:830px;
    text-align:center;
    color: #bdbdbd;
    font-weight:bold;
}
.footerLineOne {
    padding-top: 36px;
}
.footerLineTwo {
    padding-top: 4px;
}
a.footerlink:link {color:#919191; text-decoration:none;}
a.footerlink:visited {color:#919191; text-decoration:none;}
a.footerlink:active {color:#919191; text-decoration:none;}
a.footerlink:hover {color:#FFFFFF; text-decoration:none; border-bottom: 2px solid #700000;}
