#content {
	margin: 0 auto;
	padding: 60px 0 70px 0;
        margin-top: 0px;
	width: 100%; height: 205px;
        text-align: center;
        border-top: 2px solid #ccc;
        border-bottom: 0px solid #ccc;
        font-family:verdana;
        font-size:9pt;
        color:#666;
	}
#logo {
margin-top: 100px;
margin-bottom: 5px;
height: 60px;
width: 100px;
background-image: url(logo.jpg);
background-repeat: no-repeat;
}
img {
border: 0px;
}

img A:link {
border:0px;
}

.text {
margin-top: 50px;
height: 50px;
background: #ccc;
        font-family:verdana;
        font-size:15pt;
        color:#666;
}


.text A:link,.text A:visited {
color:#666;
text-decoration: none;
}

.text A:hover {
color:red;
}


