@charset "UTF-8";
/* CSS Document */

body {
		margin:0px;
	padding: 0px;
		overflow:hidden;
		height:100%
}

.bax {
	background-image:url(../img/ideealHOSTING_fin.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 100%;
	width: 100%;
	bottom: 0;
	background-position: center bottom;
	text-align: center;
	color: red;
	line-height: 80px;
	padding-top: 50px;
	font-family: monospace
   
    }

.rightBand {
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 800px;
	left: 1080px;
	top: 0;
	background-color: #202D2E;
	margin:0px
}

.idHeader { }

.idMenu { }

.idContent { }

.idSideBar1 { }

.idSideBar2 { }

.idFooter { }
