﻿
#mainForm
{
    /*background: url('../../layout/images/wrap_background.png') repeat-y;*/
    background-color:transparent;
}

body 
{
background: url('../../layout/images/pagebg.jpg') repeat-x;
background-color:#A0A0A0;
}

#header
{
	background:url('../../layout/images/header.png') no-repeat;
}


#navigationMain
{
	background: url('../../layout/images/navigationbg.png') top  no-repeat;
}

#wrap 
{
    background: url('../../layout/images/wrap_background.png') repeat-y;
}

#footer 
{	
    background: url('../../layout/images/footer.png') no-repeat;
}



