/* 
================================
Skin styles for DotNetNuke
================================
*/	
body {
	height:100.1%;
	padding:0px;
	margin:0px;
	background-repeat:repeat-x;
	background-image:url(background.gif);
	background-color:#5AB300;
}
/* Box Colour */
.top-left {min-height:740px; width:auto; background-image:url(top_left.gif); background-repeat:no-repeat; background-position:top left; background-color:transparent;}
.top-right {min-height:740px; width:auto; background-image:url(top_right.gif); background-repeat:no-repeat; background-position:top right; background-color:transparent;}
.bottom-left {min-height:740px; width:auto; background-image:url(bottom_left.gif); background-position:bottom left; background-repeat:no-repeat; background-color:transparent;}
.bottom-right {min-height:740px; width:auto; background-image:url(bottom_right.gif); background-position:bottom right; background-repeat:no-repeat; background-color:transparent; padding-top:10px; padding-bottom:10px;}

#footertxt {
	background-color:#5AB300;
}

