.test_body{
	background: url(../images/back.gif);	
	height: 100%;
	margin: 0;
	padding: 0;
}

#myDiv{
	width: 731px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -325px; /* half the width of the div */
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	top:0px;
	bottom: 0px;
	text-align: center;
}

#contentwrap{
	width: 731px;
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: White;
}

#content{
	padding: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: blue;
}

#footer{
	background: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 731px;
	height: 96px;
	padding-left: 15px;
	top: 0px;
	text-align: left;
}

.normal{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding-left: 10px;
}

.normal2{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-align: center;
	padding-left: 10px;
}

.normal_caseta{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;	
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: justify;
}


.normal_caseta2{
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;	
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: justify;
}
.scris_jos{
	font-family: Tahoma;
	font-size: 11px;
	color: #0b4666;
	text-align: left;
	padding-left: 20px;
}
.copyright{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
}
A.link{
	font-family: Tahoma;
	color: #0B4666;
	padding-left: 5px;
	font-size: 12px;	
	text-decoration: underline;
}
A.link:hover{	
	text-decoration: none;
}
.caseta{
	font-family: Tahoma;
	color: #0B4666;
	font-size: 12px;	
}

.button{
	height: 22px;
	font-family: Tahoma;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	background-color: #0B4666;
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
	border: 1px;
	border-color: #ffffff;
}