@charset "utf-8";
.bg {
	background-attachment: fixed;
	background-color: #99FFFF;
	background-image: url(2011/red.gif);
	background-repeat: no-repeat;
	background-size: 100%;
}
body {
	background-attachment: fixed;
	background-color: #FB000C;
	background-image: url(bg.jpg);
	background-repeat: repeat;
}

.title {
	left: 216px;
	top: 100px;
	height: 180px;
	width: 390px;
	position: absolute;
}
.one {
	height: 180px;
	width: 200px;
	position: absolute;
	right: 200px;
	bottom: 61px;
}
img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}
#content {
position:relative;
z-index:1;
}

@font-face {
  font-family: 'AcidFont';
  font-style: normal;
  font-weight: normal;
  src: local('ourFont'), url('acid.otf') format('truetype');
}
h1, h2, h3, a, p {
font-family : AcidFont, Verdana, "Arial", Helvetica, sans-serif;
text-align : left;
margin: 5px 0;
}
h1 {
font-size : 48px;
color: #000;
line-height : 40px;
font-weight: bold;
}
p {
	font-size : 14px;
	color: #CC0;
	text-align: center;
}
a {
font-size : 16px;
color: #fff;
line-height : 16px;
text-decoration : none;
}
.menue {
	position: relative;
	visibility: visible;
	height: 800px;
	width: 989px;
}
