
#container
{
	 position: absolute; 
	 width: 900px; 
	 height: 650px; 
	 left: 50%; top: 50%; 
	 margin-top: -300px; 
	 margin-left: -450px; 
	 border: solid 2px #C00000; 
	 background-color:#FE9383;
} 
#header
{
     width: 900px;
     height: 200px;
     z-index: 1;
     margin-bottom: 1px;
     background-repeat: no-repeat;
	 background-position: center;
	 background-image:url(images/cw_warning.gif);
}
#content
{
     position: absolute;
     width: 600px;
     height: 400px;
     top: 150px;
     left: 150px;
     font-family: helvetica, sans;
     font-size: 18pt;
     color: #C00000;
}
h2
{
     text-align: center;
}
#footer
{
     position: absolute;
     height: 50px;
     width: 89px;
     top: 560px;
     left: 50%;
     margin-left: -40px;
     padding: 4px;
}
     