/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
}
#content{
	margin: 0px;
	padding: 0px;
}

#main{
	margin:0;
	display:block;
	float:middle;
	position:absolute;
	font:Geneva, Arial, Helvetica, san-serif;
	font-size:16px;
	color:#999999;
	width:178px;
    height:252px;
    margin-left:-89px;
    margin-top:-126px;
	left: 50%;
	top: 50%;
}
img{
	border:none;
	border-style:none;
}
