/* CSS Document */

* { margin: 0px; padding: 0px; }

html { width: 100%; height: 100%;  overflow-x: auto; }

body {
	background: url(layout.png) no-repeat center top;
	background-color: #c6b496;
	overflow: auto; margin: 0 auto; text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff; }

#wrapper {
    height: 670px;
    margin: 0 auto;
    width: 980px;
}

span.address {
    color: #E7DAC4;
    float: left;
    font-size: 13px;
    padding-top: 650px;
    width: 100%;
}

span.address a, span.address tt {
font-family: arial, helvetica, sans-serif;
color: #fff;
text-decoration:none;
}

span.address a:hover, span.address tt:hover {
border-bottom: 1px dotted #fff;
}
