* {
 margin:0;
 padding:0;
}




pre {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}

body {
 text-align:center;
}

img {
    border-style:none;
}

#container {
 width:1024px;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
}

#boxA {
 width:100%;
 clear:left;
}

#boxA img{
 margin: 10px 10px 10px 10px;
}

#boxB {
 width:220px;
 float:left;
}

#boxC {
 width:804px;
 float:left;
 font-family: sans-serif;
}

#boxD {
 width:100%;
 clear:left;
}

br {
letter-spacing: 0;
}