body{
	background-image:url('./images/other/profile_back.gif');
	background-position:bottom;
	background-position-x:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#FFFFFF;

}
img{
	border:none;
 }
table {
	width:94%;
	border:groove 2px;
	margin-left:auto;
        margin-right:auto;
	padding:0;
	font-size:small;
	
}

.col1 {
	width:24%;
	border:groove 1px ;
	text-align:right;
	padding:4px;
}

.col2{
	width:74%;
	border:groove 1px;
	text-align:left;
	padding:4px;
}