
/* CSS Document */

body
{
    background-image:url(../../oxonhillms/images/oxonhillms_logo_fade.jpg);
    background-repeat:repeat-x repeat-y;
}


#schoollogo
{
	margin-top: 100px;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	height: 400px;
	 background-image:url(../../oxonhillms/images/oxonhillms_logo_lg.jpg);
    background-repeat: no-repeat;
    
}
#enter_here
{
    margin-right: auto;
	margin-left: auto;
	
    
    }

