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

#homeWrapper {
	margin:auto;
	text-align:left;
	font-size:1.4em;
	background-image: url(../images/bg-home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 582px;
	width: 883px;
	position: relative;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9A8146;
	border-right-color: #9A8146;
	border-bottom-color: #9A8146;
	border-left-color: #9A8146;
	top: 10px;
}

#homeMenu {
	position: absolute;
	left: 106px;
	top: 157px;
}

#force {
	position: absolute;
	left: 718px;
	top: 469px;
}


#homeMenu li {
	font-size: 1.4em;
	font-weight: normal;
	list-style-type: none;
}

a {
	font-weight: normal;
}



.tag {
	font-size: .8em;
	background-image: url(../images/flourish-1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.tag p {
	padding-top: 30px;
	padding-bottom: 100px;
}

.homePlayer {
	padding-top: 10px;
}

#homebanner {
	padding-top:15px;
	border: none;
}

#homebanner img {
	border: none;
}

img {
	border: none;
}
