body {
	padding: 0px;
	text-align:center;
}

#center {
	position:absolute;
	height:200px;
	width:480px;
	margin:-100px 0px 0px -200px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	background-color: #FFFFFF;
	overflow: auto;
}

#left {
	float: left;
	padding-right: 50px;
	padding-top: 90px;
}

#right {
	float: left;
}

#bottom {
	padding-top: 50px;
}

.teaser {
	position:absolute;
	text-align: left;
	width: 150px;
	height: 150px;
	top: 50px;
	left: 50px;
}

a img {
	text-decoration: none;
	border: none;
}


.head {
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	font-size: 32px;
	font-weight: bold;
	text-align: right;
	color: #999999;
}

.copy {
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	font-size: 14px;
	font-weight:normal;
	text-align: left;
	color: #999999;
	line-height: 18px;
}

copy a {
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	font-size: 14px;
	font-weight:normal;
	text-align: left;
	color: #999999;
	line-height: 18px;
}

a:link {
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

a:hover {
	font-family: "Trebuchet MS",Verdana,Sans-Serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}

a:active {
	font-family: "Trebuchet MS",Verdana,Sans-Serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}

a:visited {
	font-family: "Trebuchet MS",Verdana,Sans-Serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #FFFFFF;
    display: block;
    float: left;
	font-family: "Trebuchet MS",Verdana,Sans-Serif;
	font-weight: bold;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:hover {
    background-position: bottom right;
    color: #FFFFFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.button:active {
    background-position: bottom right;
    color: #FFFFFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.hide {
    visibility: hidden;
}
