div.autosize {
	display: table;
	width: 1px;
	margin-right:auto;
	margin-left:auto
}
div.autosize > div {
	display: table-cell;
	margin-right:auto;
	margin-left:auto;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
h1 {
  color: #777890;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #777890;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
h3 {
	color: #777890;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
}

a,  a:link {
  color: #5456ef;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #50516b;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
	color: #3a32c4;
	text-decoration: none;
}
a:focus {
  color: #3a32c4;
}
a:active {
  color: #383644;
}

body {

}
form {
	font-variant: small-caps;
	font-size: small;
	font-weight: bold;
}
#container {
	height: 800px;
	width: 800px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #000;
}
#logo {
	float: left;
	width: 300px;
	height: 100px;
}
#facebook {
	margin-top: 120px;
	width: 325px;
}

