/* Mainpage */
/* -------------------------------------------------------*/
#IndexPage {
	text-align:					left;
}

.SelectionTable {
	width:						100%;
}

.FrontTable {
	background-image:				url("../grfx/index/MainWindow.gif");
	background-repeat:				no-repeat;
	background-position:			center center;
	width:							311px;
	height:							211px;
}

.FrontHeader {
	height:							60px;
}
	
	/* Buttons main page */
	#LeftDivWd {
		background-image:				url("../grfx/WebdesignThumbHVR.jpg");
		background-repeat:				no-repeat;
		background-position:			left center;
	}

	#LeftDivHo {
		background-image:				url("../grfx/WebhostingThumbHVR.jpg");
		background-repeat:				no-repeat;
		background-position:			left center;
	}
	/* links left td */
	a:link.BtnWdThumb, a:visited.BtnWdThumb {
		display:						block;
		background-image:				url("../grfx/WebdesignThumb.jpg");
		background-repeat:				no-repeat;
		background-position:			center center;
		height:							121px;
		width:							92px;
		text-decoration:				none;
	}
	
	a:hover.BtnWdThumb {
		background-image:				url("../grfx/WebdesignThumbHVR.jpg");
	}
	
	a:link.BtnWhThumb, a:visited.BtnWhThumb {
		display:						block;
		background-image:				url("../grfx/WebhostingThumb.jpg");
		background-repeat:				no-repeat;
		background-position:			center center;
		height:							121px;
		width:							92px;
		text-decoration:				none;
	}
	
	a:hover.BtnWhThumb {
		background-image:				url("../grfx/WebhostingThumbHVR.jpg");
	}
	/* end */

#IndexText {
	padding:							10px;
}
