@charset "utf-8";

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background: url(../images/bg.png);
}

/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width:100%;
	/*background-color: #e6edf2;*/
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.content {
	width: 400px;
	margin: 0px auto;
}

.fixedBar{background: #282828; bottom: 0px; color:#fff; font-family: Arial, Helvetica, sans-serif; left:0; padding: 0px 0; position:fixed; font-size:16px; width:100%; z-index:99999; float:left; vertical-align:middle; margin: 0px 0 0; opacity: 1; font-weight: bold; height: 60px;}

.boxfloat{text-align:center;}

/*#tips{width:920px; font-size:20px; line-height:120%;}*/

#tips li a{color: #fff;}

#tips li a:hover{text-decoration: none;}

.float-right {
float: right;}

.float-left {
float: left;}

#copyright {
font-size: 0.7em;
font-color: #787878;
}

.footer-item {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.footer-item-sides {
  margin: 40px;
  margin-top: 0;
  padding: 0;
    padding-top: 12px;
}

ol, ul {
    list-style: none;
}
a:hover {
    text-decoration: none;
}

a {
    color: #2ea3f2;
    text-decoration: none;
}
