@CHARSET "UTF-8";
html,body {
	height:100%;
	margin:0;
	padding:0;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-image: url('../im/grad.gif');
	background-repeat:	repeat-x;
	background-position: left bottom;
	min-height: 700px; 
}
html>body #content{
	height: auto;
	min-height: 100%; 
}
img{
	border: 0px;
}
#content{
	position: relative;
	width: 960px;
	margin: 0 auto;
	height: 100%;
}
#head {
	z-index: 1;
	position: relative;
	left: 0;
	top:0;
    width: 960px;
	height: 130px;
	padding: 0;
}
#footer_height, #footer{
	height: 80px;
}
#footer{
	bottom: 0;
	left: 0;
	position: absolute;
	width: 960px;
	display:block;
	margin: 0 auto;
}
#logo{
	width: 188px;
	height: 107px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -94px;
	background-image: url('../im/logo.png');
	background-repeat:	no-repeat;
}
#uploadButton font
{
	display:block;
}
.invisible_part{
	display: none;
}
#load_button {
	display: block;
	width: 188px;
	height: 27px;
	overflow: hidden;
	background-image: url('../im/upload.png');
	position: relative;
}
.fileinput {
	font-size: 50px;
	opacity: 0;
	filter: alpha(opacity: 0);
	cursor: pointer !important;
	position: absolute;
	right: 0px;
}
.uploadform {

}
#logo_small{
	width: 74px;
	height: 24px;
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -37px;
	background-image: url('../im/logo_small.png');
	background-repeat:	no-repeat;
}
#copyright{
	width: 300px;
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: -150px;
	text-align: center;
	color: #434344!important;
}
#page_content{
	position: relative;
}
.text{
	position: relative;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}
.blue{
	color: #00b5ff!important;
}
.gray{
	color: #666666!important;
}
.red{
	color: #ff0000!important;
}