body{
padding: 0;
margin: 0;
text-align: center;
background: #9999FF
}

#outer{
width: 960px;
background: #333366 url(bg.gif) repeat-y center top;
color: #000000;
margin: auto;
text-align: left;
min-height:100%;
}

* html #outer{
height: 100%
}
html,body{
height: 100%
}

#header{
background: #9999FF;
height: 140px;
}

#header img{
display: block
}

.left img{
display: block;
float: left;
}

#flashcontent{
display: block;
float: left;
margin-right: 10px;
width: 128px;
height: 96px;
background: #CCCCFF;
}
