@import url(header.css);
@import url(navi.css);
@import url(content.css);

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0; /*	color: #E7EFF7;*/
	background: #FFFFFF url(img/background.jpg) no-repeat;
	top: 0px;
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 12px; /* IE5 Win */
}


html>body {
	/* be nice to Opera */
	font-size: 12px;;
}


a {
	color:inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#counter {
	color: lime;
}


#headTitle {
/*display:none;*/
	position: absolute;
	top: 80px;
	left: 10px;
	width:180px;
	text-align:center;
	font: bold 16pt Arial;
	color: #000000;
	z-index:1;
}



#Box_1 div.head {
z-index:999;
	top:0px;
   width: 120px;
   height: 140px;
   background: url('/style/img/userlogo.png') no-repeat;
	margin:0px 0px 80px 40px;
}

* html #Box_1 div.head {
   background-image: none;
	margin:0px 0px 90px 40px;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/img/userlogo.png',sizingMethod='width:120px;height:140px;');
}


img {
	border:none;
}


#caption{ 
	font-weight: bold;	
	color:red;
}
