@charset "UTF-8";/* CSS Document */body {	background: #FFF;	margin-left:auto;	margin-right: auto;	height: 800px;}/* layout */.container {width: 710px;height: 473px;margin-top: 50px;margin-left: auto;margin-right: auto;background: #fefdff;}#headline {    width: 710px;  height: 40px;  position: relative;}#mother {    width: 710px;  height: 20px;  position: relative;  text-align: right;}#left {  float: left;  background-color: transparent;  width: 250px;  height: 423px;  text-align: right;  padding-top: 3px;  padding-left: 5px;}#right {  float: left;  background-color: transparent;  width: 400px;  height: 423px;  padding-top: 25px;  padding-left: 40px;  padding-bottom: 100px;}#footer {  width: 720px;  height: 200px;  margin-left: auto;  margin-right: auto;  text-align: center;}/* typography */a:link {	color: #666699;	text-decoration: none;}a:visited {	color: #666699;	text-decoration: none;}a:hover {	color: #F00;	text-decoration: none;}a:active {	color: #FFF;	text-decoration: none;}h3 {	color: #000;	font-size: 10px;	font-family: Arial, Helvetica, sans-serif;	font-weight: 100;	line-height: 10px;}p {	color: #000;	font-size: 12px;	font-family: Arial, Helvetica, sans-serif;	font-weight: 15;	letter-spacing: 2px;}h4 {	color: #ccccff;	font-size: .75em;	font-family: Arial, Helvetica, sans-serif;	font-weight: 100;	letter-spacing: -.2px;	line-height: 27px;}h5 {	color: #cc3300;	font-size: 24px;	font-family: "Times New Roman", Times, serif;	font-weight: 100;	letter-spacing: 0px;	line-height: 0px;}/* `Clearfix hack: http://nicolasgallagher.com/micro-clearfix-hack/---------------------------------------- */.cf:before, .cf:after { 	content: ""; 	display: table; }.cf:after { 	clear: both; }.cf { 	*zoom: 1;}