.main {
	position: absolute;
	width: 66%;
	left: 133px;
	top: 79px;
	height: 266px;
	border: thin solid #000;
	-moz-border-radius: 10px 10px;
	border-radius: 10px 10px;
	background-color: #EAEAEA;

}
.text {
	width: 94%;
	left: 6px;
	position: relative;
}

body {
/*	background-color: #D6D6D6; */
}
.head {
	left: 133px;
	top: 55px;
	position: absolute;
	right: 10px;
	width: 66%;
	background-image: url(bg.gif);
}
 a{
	color: #09C;
	text-decoration:none;
}
a:hover{
	color:#06F;
	text-decoration:none;
	}
.logo{
	left: 133px;
	position: relative;
	top: 0px;
	color: #06C;
	font-size: xx-large;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: 66%;
}
.logo a{
	color: #06c;
	text-decoration: none;

}
.foot{
	text-align:right;
	position: absolute;
	top: 354px;
	left: 211px;
	width: 150px;
	font-size: x-small;
}.foot a{
	text-decoration:none;
}
.lgo{
 text-align:left;
        position: absolute;
        top: 354px;
        left: 131px;
        width: 80px;
        font-size: x-small;
}
#lic{
text-align:right;
position: absolute;
        top: 354px;
        left: 631px;
        
        font-size: x-small;
}

