#email_container{
float: left;
background:transparent;
width: 100%;

border:1px solid #000000;
}

#header_container{
float: left;
background:transparent;
width: 100%;
height:25px;

}

#header_left{
color:#FFFFFF;
background:#000000;
margin-right: 40%; /*Set right margin to RightColumnWidth*/
}

#header_right{
color:#FFFFFF;
background:#000000;
float: left;
width: 40%; /*Width of right column*/
margin-left: -40%; /*Set left margin to -(RightColumnWidth) */
}

#email_message{
float: left;
background:transparent;
width: 100%;
}

#email_wrapper{
float: left;
width: 100%;
}

#msn{
color:#000000;
background:#FFFFFF;

margin: 0 200px 0 230px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#skype{
color:#000000;
background:#FFFFFF;

float: left;
width: 230px; /*Width of left column*/
margin-left: -100%;
}

#icq{
color:#000000;
background:#FFFFFF;

float: left;
width: 200px; /*Width of right column*/
margin-left: -200px;
}

#website{
clear: left;
width: 100%;
height:25px;
background: black;
color: #FFF;
text-align: center;
padding: 2px 0;
}

#website a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#spacer{
clear: left;
height:20px;
width: 100%;
color:#000000;
background:#FFFFFF;
text-align: center;
padding: 4px 0;
}