* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	background-color: #F2F2F2;
}
body {
	font: 12px/18px Arial, sans-serif;
	height: 100%;
}

input {
	height:40px;
	float: left;

	font-size: 20;
}
a {
	font-size: 20;
	text-decoration: none;
	color: #3b5998;
	padding: 10px 5px 10px 5px;
}
ul
{
    list-style-type: none;
}
li
{
	padding: 2px;
	font-size: 14px;
}
.wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 250px;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 100px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
  width: 600px;
  display: block;

  margin-left: auto;
  margin-right: auto;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 100px;
	margin-left: -100%;
	position: relative;
}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 300px;
	margin-left: -300px;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -120px auto 0;
	min-width: 1000px;
	height: 120px;
	position: relative;
}

.logo {
  display: block;

  margin-left: auto;
  margin-right: auto;
}
