
body
{
	font-family: Palatino Linotype, Book Antiqua, Palatino;
	color:white;
	background-color:#808384;	
	padding:0;
	margin:0;
}

.divide
{
	width: 80%;
	height: 2px;
	margin: 4px auto;
	background-color: white;
	box-shadow: 0 0 8px 0px #000;
}
.mainContainer
{
	border: solid 1px #555;
	border-radius: 8px;
	width: 960px;
	margin: 32px auto;
	padding: 4px;
	box-shadow: 0px 0px 2px 2px #555;
	background: url(images/cloth.png);
	text-shadow: -1px -1px 1px #000;
	font-size: 1.1em;
}

article
{
	margin: 5px 10%;	
}
@font-face
{
	font-family:'Geo Sans Light';
	src: url(fonts/GeosansLight.ttf);
}


#mainText
{
	font-family:'Geo Sans Light';
	text-align:center;
	font-weight: bold;	
	width: 100%;
	font-size:4em;
}

#otherStuffMenuContainer
{
	position:relative;
	height:100px;
	width:8em;
	margin:auto;
	top: 12px;
}

.otherStuffMenu
{
	margin: 0 auto;
	display:block;
	width:8em;	
	text-align:center;
	border-radius: 8px;
	background-color: rgba(196,196,196,0.2);
	height:1.4em;	
	-webkit-transition-duration:0.25s;
	-moz-transition-duration:0.25s;
	-o-transition-duration:0.25s;
	position: absolute;
	cursor:default;
}




.otherStuffMenu .otherStuffList
{
	list-style:none;
	display: block;
	width: 96px;
	height: 48px;	
	padding:0;
	margin:auto;
	visibility:hidden;
}



.otherStuffMenu li
{
	float: left;
	padding: 8px 8px;	
	line-height:0px;
	margin:0;
	-webkit-transition-duration:0.00s;
	-moz-transition-duration:0.00s;
	-o-transition-duration:0.00s;	
}

.otherStuffMenu li:hover
{
	background-color: rgba(255,255,255,0.5);
	border-radius:5px;
	
}

.otherStuffMenu:hover
{
	height:84px;	
}

.floatClear
{
	clear: both;
		
}
.otherStuffMenu:hover .otherStuffList
{	
	visibility:visible;
	-webkit-transition-delay:0.25s;
	-moz-transition-duration:0.25s;
	-o-transition-duration:0.25s;
}

