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

body {
	
	background:url(background_1080.jpg) no-repeat fixed center;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

a:link {
	text-decoration: none; 
}
a:visited {
	text-decoration: none;
}
a:active, a:focus {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.container {
	width: 960px;
	margin: 0 auto; 
	overflow:visible
}

.content {

	padding: 0;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
