body.main {
    width: 1000px;
    margin: 0 auto;
    font-family: sans-serif;
    padding: 10px;
}

div.header {
    display: inline-block;
    background: white;
    padding: 22px;
    text-align: center;
}

div.separator {
    padding: 5px;
}

div.content {
    text-align: left;
    background: white;
    padding: 54px;
}

div.code{
	text-align: left;
	width:700px;
    border-style: solid;
    border-color: white;
    border-width: thin 54px;
    background: black;
    font:white; 
    padding-left: 10px;
}
