@charset "utf-8";
/* CSS Document */

/*---------- Standard Tags Redefinition ----------*/
html, body {
	width: 100%; height: auto !important; height: 100%; padding: 0px; margin: 0px;
}
body {
	background-color: #4ED5E5; background-image: url(../images/layout/bodyBG.png); background-position: top; background-repeat: repeat-x; 
}
/*---------- Index ----------*/
#bodyIndex {
	margin-top: 150px; text-align: center;
}
#tblIndexLayout {
	width: 721px; height: 250px;
}
#tdIndexSpacer {
	width: 1px; background-color: #FFFFFF;
}
.tdIndex {
	width: 360px;
}
#tdIndexEmptyRow {
	height: 65px;
}
#tdIndexFooter {
	height: 80px; text-align: right;
}

