/* CSS Document */

body {
	background: url(../images/bg.png) center 0 no-repeat;
	margin: 0px;
	padding: 0px;
	background-color: #E3DFDB;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#container { 
position : relative;
margin : 126px auto 0;
padding: 0;
width:670px;
background-image:url(../images/background_content.png);
background-repeat:no-repeat;
background-position:top left;
}

#text {
font-size:11px;
color:#FFFFFF;
line-height:16px;
padding: 190px 0 0 345px;
}

#copyright {
font-size:10px;
text-align:center;
color:#A8A8A8;
padding-top: 18px;
}

#copyright a { 
color:#A8A8A8;
text-decoration: none; 
}

#copyright a:link, a:visited, a:active { 
color:#A8A8A8;
text-decoration: none; 
}

#copyright a:hover { 
color:#A8A8A8;
text-decoration : underline;
} 

address {
font-size: 12px;
text-align:center;
color: #585858;
font-style:normal;
line-height: 16px;
padding-top: 10px;
}


address a:link, a:visited, a:active { 
color : #585858;
text-decoration: none; 
}

address a:hover { 
color : #585858;
text-decoration : underline;
} 

