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

html {
	overflow-x: hidden;
}

body {
	color: #333;
	overflow-x: hidden;
}

img {
	border: none;
}

/*
a:hover img {
	filter:alpha(opacity=75);
	opacity:0.75;
}
*/

#copy {
	clear: both;
	font-size: 12px;
	color: #666;
	text-align: center;
	margin: 10px 0;
}

.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.noborder{
	border:none;
	outline:none;
}