.siteNav {
    background: #301818 url('images/tmrpg_bg.png');
    padding: 40px 0 40px 0;
	
    -webkit-animation: moveclouds 10s linear infinite;
    -moz-animation: moveclouds 10s linear infinite;
    -ms-animation: moveclouds 10s linear infinite;
    -o-animation: moveclouds 10s linear infinite;
    animation: moveclouds 10s linear infinite;
}
.siteNav p {
    padding: 0;
    margin: 0;
}
@-webkit-keyframes moveclouds {
    0% {background-position: 0 0}
    100% {background-position: -233px -50px}
}
@-moz-keyframes moveclouds {
    0% {background-position: 0 0}
    100% {background-position: -233px -50px}
}
@-o-keyframes moveclouds {
    0% {background-position: 0 0}
    100% {background-position: -233px -50px}
}
@keyframes moveclouds {
    0% {background-position: 0 0}
    100% {background-position: -233px -50px}
}
.crisp {
    image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;          /* Firefox                        */
    image-rendering: -o-crisp-edges;            /* Opera                          */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
    image-rendering: pixelated; /* Chrome */
    image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
}
.aeka-links {
	width: 720px;
	height: 144px;
	background-color: rgba(0,0,0,0.3);
	margin: 0 auto;
    position: relative;
    left: 95px;
}
.aeka-links div {
	display: inline-block;
	vertical-align: top;
	padding: 4px 0 0 20px;
}
.aeka-links a {
	text-decoration: none;
	color: white;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: bold;
	display: block;
	width: 200px;
	font-size: 23px;
	padding: 5px 0 0 45px;
	border-radius: 50px;
}
.aeka-links a:hover {
	background: rgba(255,255,0,0.5) url(images/tmrpg_map-washu.gif) no-repeat 10px 0;
}
.bottom {
	padding: 15px 0 0 0;
    width: 920px;
    text-align: right;
    margin: 0 auto;
}
.bottom > div {
    display: inline-block;
    vertical-align: middle;
}
.bottom a {
	padding: 0 5px;
    margin-left: 10px;
	font-size: 13px;
	color: #FF9900;
	text-decoration: none;
}
.bottom a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.bottom a img {
    border: 1px solid rgba(0,0,0,0);
}
.bottom a:hover img {
    border: 1px solid white;
}
.bottom > div:nth-child(2) a:nth-child(2) {
    margin-left: 0;
}
#logo {
    position: absolute;
    top: -10px;
    left: -190px;
    display: block;
    width: 202px;
    height: 148px;
    padding: 0;
    margin: 0;
}
#logo:hover {
    background: none;
}