/* General Demo Style */

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

body {
  background: #bf0b29;
}
.background1 {
  background: #bf0b29;
}
.background2 {
  background: #2b296a;
}
.background3 {
  background: #0092dd;
}
.background4 {
  background: #00bdad;
}
.background5 {
  background: #b4a900;
}
.background5 {
  background: #de672b;
}

#container {
	width: 100%;
	height: 160px;
	position: absolute;
	top: 40%;
	margin-top: -64px;
}

.title {
	width: 431px;
	height: 112px;
	margin-right: auto;
	margin-left: auto;
}

.linkbutton {
	width: 429px;
	height: 33px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #ffffff;
	margin-top: 14px;
	margin-bottom: 10px;
}

.linkbutton a:hover{
	filter: alpha( opacity=40 );  /* IE */
	opacity:0.4;                 /* Firefox,Opera,Safari */
	-moz-opacity:0.4;           /* Firefox 0.9‚æ‚è‘O */
}

a {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}


