/* CSS HOMEPAGE CSS */

@import url(_globalheader.css);
@import url(_globalnav.css);
@import url(_globalbody.css);
@import url(_globalfooter.css);
@import url(_fonts.css);

html {
	height:100%;
}
body {
	margin:0px; 
	height:100%;
	background-image: url(../images/tiler.gif);
}

.massivetable {
	background-image: url(../images/bodyTiler.gif);
	background-repeat: repeat-y;
	background-position:  center 50%;

}

.massivetables {
	background-image: url(../images/body/669px_wht.gif);
	background-repeat: repeat-y;
	background-position:  center;
	background-color: #55596A;
}

.tab1 {
	background-image:url(../images/158px.gif);	
	background-repeat: repeat-x;	
}

.whiteBorder {
	border: 1px solid #DCDBDB;
}

