@charset "utf-8";

.clear {
	clear:both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
a {
	color: #000;
	text-decoration: none;
}
body {
	color: #000;
	background: #fff;
	
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
#wrapper {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	margin: 0 auto;
}

#container {
/*	width: 960px;*/
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
a {
	color: #000;
	text-decoration: none;
}

a.over:hover {
	opacity: 0.5;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}


