@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}
input{margin:2px;}
br.clearall{clear:both;}
a img {border:none;}
body { 
background: url(images/bg_red.jpg) repeat-x #ae605d;
}

div#container { 
width:813px; 
margin:auto; 
background:url(images/content_red.jpg) repeat-y;
}

div#subcontainer { 
background:url(images/container_red.jpg) no-repeat; 
width:813px; 
margin:auto;
}

div#flashcontent
{
margin:20px 0;}

div#footer
{
background:url(images/footer_red.jpg);
height:48px;
}

