@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, p, blockquote, table, th, td { margin: 0; padding: 0; } 

html
{
height: 100%;
}
body{
background: url(images/pg-bg.jpg) center top repeat-y;
height: 100%;   
}

a {
color:#0263B0;
}


#wrapper {
position: relative;
margin:0 auto;
width:820px;
background:#e6e6e8;
min-height:100%;
}
* html #wrapper
{
height: 100%;
}


#header{
background: url(images/header-bg.jpg) bottom left repeat-x;
text-align:center;
padding: 10px 0px 5px 0px;
background-color: #d7d7d7;
border-bottom:1px solid #ffffff;
width: 819px;
height:124px;
}

#main {
font:14px Tahoma, Geneva, Helvetica, sans-serif;
color: #333333;
text-align:center;
padding-top: 20px;
background-color: #e6e6e8;
width:819px;
height:100%;
padding-bottom: 9em;
}

#footer {
padding: 10px 0 10px 0;
position:relative;
margin:auto;
text-align:center;
border-top: #C5C5C7 dashed 1px;
font:bold 10px Tahoma, Geneva, Helvetica, sans-serif;
color: #333333;
width:700px;
margin-top: -7.5em;
}

h1 {
margin-bottom: 0px;
text-align:center;
font:bold 20px Tahoma, Geneva, sans-serif;
color: #39559f;
}

h2 {
margin-bottom: 20px;
text-align: center;
font: bold 16px	Tahoma, Geneva, Helvetica sans-serif;
color: #666666;
}

.design-contest {
background: url(images/congrats-bg.jpg) center top no-repeat;
height:auto;
padding-top: 70px;
padding-bottom:50px
}
