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


body, html{
	margin:0px;
	padding:0px;
	background-color:white;
	height:100%;
	}

img{
	border:none;
	}
	
div.page{
	height:100%;
	min-width:950px;
	position:relative;
	text-align:center;
	}

div.main{
	min-height:100%;
	position:relative;
	left:0px;
	top:0px;
	text-align:center;
	z-index:2;
	background-image:url("page_back.png"); 
	background-repeat:repeat-y;
	background-position:center;
	}

* html div.main{
	height:100%;
	}

 html:first-child>b\ody div.main{
	min-height:100%;
	}

div.footercon{
	height:40px;
	width:100%;
	left:0px;
	position:absolute;
	bottom:0px;
	z-index:6;
	overflow:hidden;
	}

div.main div.content{
	position:relative;
	text-align:left;
	padding:105px 0 83px;
	min-height:100px;
	z-index:5;
	max-width:1400px;
	margin:0 auto;
	}
	
* html div.main div.content{
	width: expression(document.body.clientWidth < 952? "950px" : document.body.clientWidth > 1402? "1400px" : "auto");
	}

div.content div.usercontent{
	position:relative;
	overflow:hidden;
	padding:3px 0px 0 0;
	}
	
	
td.sidemenu{
	width:371px;
	padding:3px 0 0 20px;}


