#Panes {
    width: 960px;
    margin: auto;
}

#Header {
    width: 100%;
	height:50px;
	
    background: url(images/Header-BG.png) repeat-x center bottom;
}
#Body {
    font-family: Helvetica, Arial, sans-serif;
    color: #333;
}
#DNN6 {
    width: 100%;
    position: relative;
    z-index: 1;
    min-height: 100%;
    background-color: #fafafa;
}

body {
    color: #444;
    font-size: 12px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
	margin:0;
}

#Content {
    min-height: 600px;
}

#Footer .Content {
    width: 960px;
    margin: auto;
    padding: 30px 0 0 0;
}
#Footer {
    min-height: 45px;
    width: 100%;
    background: #222 url(images/Footer-BG.jpg) repeat-x 0 0;
}
#Footer #Copyright {
    clear: both;
    height: 50px;
    width: 960px;
    border-top: 4px solid #333333;
    line-height: 46px;
}
#Footer span.SkinObject {
    font-weight: normal;
    color: #666666;
}

