/* CSS Document */
body {
	background-color: #FFFFFF;
	height:100%;
    margin:0;
    padding:0;
    overflow:hidden;
}

.brb {
	font-family: TradeGothic, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	text-transform: none;
	line-height: 14px;
	padding-top:40px;
}

p {
	font-family: TradeGothic, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 10px;
	text-transform: none;
	line-height: 14px;
}

h2 {
	font-family: TradeGothic, Arial, Helvetica, sans-serif;
	color: #A4b20C;
	text-decoration: none;
	font-size: 40px;
	text-transform: none;
	line-height: 40px;
}
.home {
	font-family: TradeGothic, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 40px;
	text-transform: none;
	line-height: 40px;
}

.header {
	font-family: TradeGothic, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}

.redtext {
	color: #CCCCCC;
	font-family: TradeGothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
}

.follow {
	font-family: TradeGothic, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
}

a:link {
	font-family: TradeGothic, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #A4b20C;
}

a:visited {
	color: #A4b20C;
	font-family: TradeGothic, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	font-family: TradeGothic, Arial, Helvetica, sans-serif;
	color: #666666;
}

a:active { 
text-decoration: none; 
}

a.home:link {
	font-family: TradeGothic, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
}

a.home:visited {
	color: #ffffff;
	font-family: TradeGothic, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.home:hover {
	text-decoration: none;
	font-family: TradeGothic, Arial, Helvetica, sans-serif;
	color: #ff0099;
}

.follow2 {
	font-family: TradeGothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}

#container {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	overflow:auto;
	left: 54px;
 }
#contents {
    width:720px;
    padding:10px 20px;
    margin:auto;
 }
#contents p {
    margin:0;
    padding-bottom:10px;
    text-align:justify;
 }
#background {
    position:absolute;
    z-index:0;
    width:100%;
    height:100%;
 }
#background img {
    width:100%;
    height:auto;
 }
