body {

        background:url(images/logo/legionbg.jpg);
	font-family:"Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
        font-weight:bold;
	text-align:center;
	line-height:1.4em;
	width:98%;
        background-attachment: fixed;

}

h4 { color: blue; } 

a:link, a:visited {
	font-family:georgia, times, serif;
	font-weight:bold;
	color:#c17086;
	text-decoration:none;

	font-size:.8em;
}

a:hover {
	border-bottom:1px dotted #91476c;
}

a img {
	border:none;
}

header, section, article, footer {
	padding:10px 20px 20px;
	margin:1%;
        background-color: rgba(240,248,255,0.3);
	border:2px solid #e7e2d7;

}

header {
	display:block;
	position:relative;
	text-align:center;
	border:2px solid #e7e2d7;
}


section#left {
	float:left;
	width:15%;
	text-align:center;
}

section#right {
	float:right;
	width:15%;
	text-align:center;
}


article {
	float:left;
	width:53%;

}

footer {
	display:block;
	clear:both !important;
	margin:10px;
}

footer a {
	margin:0px 5px;
}


