body {
    background-color: #3D84DD;
}

#wrapper {
	width: 800px;
	background: white;
	padding: 0 50px;
	margin: 0 auto;
}

#header {
	position: relative;
}

#logo {
	padding-left: 42px;
}

#banner {
    height: 190px;
    background-image: url(../img/banner_conto_dream.jpg);
    background-repeat: no-repeat;
}

#content {
	overflow: hidden;
	padding: 0 8px;
}

#content.home {
	padding: 0;
}

#colsx {
	margin-top: 20px;
    float: left;
    width: 600px;
	margin-top: 15px;
}

#coldx {
	margin-top: 20px;
    position: relative;
    margin-left: 600px;
    width: 200px;
    background: url(../img/bg_line.gif) repeat-y;
}

#footer {
	padding: 12px 0;
    text-align: center;
    background-image: url(../img/bg_footer.jpg);
    background-repeat: repeat-x;
    font-family: arial, helvetica;
    font-size: 10px;
    margin: 20px 0 0 0;
}
