body{
	background:url('../images/background.jpg') repeat;
	font-family: Arial, sans-serif;
	color: #fff;
}
#frame{
	margin: 0px auto;
	width: 2300px;
}
#two1000Cans, #page{
	margin: 0px auto;
	width: 2175px;
}
#two1000Cans{
	height: 360px;
}
#two1000Cans img{
	cursor: pointer;
}
#two1000Cans div{
	float: left;
	height: 100px;
	width: 80px;
	font-size: 0.8em;
	margin-right: 5px;
}
#header{
	width: 664px;
	height: 188px;
	margin-top: 171px!important;
	margin-top: 160px;
	margin-left:98px!important;
	margin-left:98px;
	padding: 0px;
	margin-bottom: 0px;
}
h2 span{
	display: none;
}
img{
	border: 0px;
}
a{
	color: #fff;
}
#footer{
	font-size: 0.8em;
	text-align: center;
	margin: 30px 0px;
}
#news, #about{
	display: block;
	float: left;
}
#news span, #about span{
	display: none;
}
#news{
	width: 83px;
	height: 66px;
	background: url(/images/news.jpg);
}
#about{
	width: 78px;
	height: 66px;
	background: url(/images/about.jpg);
}
#news:hover{
	background: url(/images/news_on.jpg);
}
#about:hover{
	background: url(/images/about_on.jpg);
}
#page{
	clear: left;
	margin-top: 50px!important;
	margin-top: 20px;
	font-size: 0.8em;
}
fieldset{
	padding: 30px 0px;
	border: 0px;
	width: 360px;
}
fieldset img{
	float: right;
}
input{
	margin-top: 2px;
	border: 1px black solid;
}
input.submit{
	float: right;
	border: ridge;
}
	h1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.content{
		margin: 0px auto 0px auto;
		text-align: left;
		width: 400px;
	}
	.imgBrowser {
		/*margin: 20px;*/
		padding: 6px;
		width: 750px;
		height: 500px;
		background: #f3f3f3;
		border: 1px solid #ccc;
		display: none;
		margin: 0px auto;
		position: absolute;
		z-index: 2;
		top: 100px;
		left: 250px;
	}

	.imgBrowser .container {
		position: relative;
		border: 1px solid #ccc; 
		padding: 0;
		margin: 0;
		background: #fff;
	 	width: 750px !important;
	  	width /**/:750px;
	 	height: 500px !important;
	  	height /**/:500px;  		
	  	
		overflow: hidden;
	}
	
	#overflowdiv{
		position: relative;
	}

	.imgBrowser .container img {
		float: left;
		/*margin: 6px;*/
		padding: 0;
	}

	.imgBrowser .nav {
		text-align : center;
	}
	
	.mousecursor{
		cursor: pointer;
	}
	
	.emptyDiv{
		width: 250px;
		height: 500px;
		display: inline;
	}
	
	#overflowdiv img{
		width: 250px;
		height: 500px;
		margin: 0px;
	}
	#overflowdiv div{
		width: 250px;
		height: 500px;
		margin: 0px;
		float: left;
	}