* {
  margin:0;
  padding:0;
}

html {
  background:#fff;
}

body {
  line-height:1.5;
  font-family:tahoma,verdana,arial,sans-serif;
  color:#514644;
}

img {
  border:none;
}

a {
  text-decoration:none;
  color:inherit;
}

a:hover {
  text-decoration:underline;
}

.wrap {
  margin:0 auto;
  width:620px;
}

h1, h2, h3, h4 {
  font-size:12px;
  font-weight:normal;
}

.logo {
	margin:10px 0 0 0;
	background: url('logo.png') center center no-repeat;
	width:620px;
	height:224px;
	/*text-indent:-9999em;*/
}

.under-construction {
	margin:0px auto;
	margin-top:30px;
	/*background: url('uc.gif') center center no-repeat;*/
	width:499px;
	height:54px;
	/*text-indent:-9999em;*/
}

.contact {
	margin:54px 0 0 0;
	height:276px;
	/*text-indent:-9999em;*/
}

.contact .wrap {
	/*background:url('contact.gif') center center no-repeat;*/
	height:67px;
	width:620px;
	position:relative;
}

.right {
  float:right;
  width:auto;
}

.link {
	position:absolute;
	top:200px;
	right:90px;
}

.link a {
	text-indent:-9999em;
	display:block;
	width:136px;
	height:30px;
}

/**********************************
* Footer
**********************************/
#generation-y a {
  color:#757060;
}

#generation-y {
  width:auto;
  color:#565455;
  font-size:11px;
  padding:30px 60px 5px 10px;
}

.generation-y-logo {
  background-image: url('generation-y-logo.gif');
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 16px;
  font-weight:bold;
}

/**********************************
* CLEARFIX
**********************************/
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}