﻿#siteWrapper{
    background-image:url('../images/background-image-plain.gif'); 
    background-repeat:repeat-y;
}
div#siteWrapper div.homePageBG{
    background-image:url('../images/background-image-home.jpg');
    min-height:630px;
    height:auto !important;
	height:630px;
}

div#siteWrapper div.mugBG{
    background-image:url('../images/background-image-mug.gif'); 
    margin-bottom:10px;
}	    
div#siteWrapper div.form{
    background-image:url('../images/background-image-form.gif'); 
    background-repeat:no-repeat;
    background-position:top left;
}