* {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

p {
    margin: 5px 0px 15px 0px;
}






body {
    background-color: #1D170A;
    background-image: url(http://images.easymposium.com/bg.jpg);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
}

#everythingDiv {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#headerDiv img {
    float: left;
}

#navigationDiv img {
    float: left;
}

#contentDiv {
width: 980px;
    clear: both;
	float: left;
    background-image: url(http://images.easymposium.com/content-repeat.gif);
    background-repeat: repeat-y;

}

#content {
    overflow: hidden;
	width: 700px;
		float: left;
}
#navregion {

float: right;
width: 231px;
text-align: center;
	
}
#footerDiv {
	position: relative;
    width: 980px;
    clear: both;
	font-size: 10px;
    height: 45px;
    text-align: center;

	margin-bottom: 20px;
	color: #dbae27;
}
#footer-content {
position: absolute;
width: 100%;
text-align: center;
left: 0px;

}
#footerDivBg {
  height: 45px;
  left: 0px;
  top: 0px;
    width: 980px;
	position: absolute;
    background-image: url(http://images.easymposium.com/footer.png);
	background-repeat:no-repeat;
}

#footerDiv a{
		color: #dbae27;
}

.page {
	margin: 5px 20px 5px 10px;
}

#social-links {
position: absolute;
right: 40px;
top: 0px;
}
#social-links .social-link {
float: left;
}
