body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #999999;
	text-align: center;
	font-weight: bold;
}

#container{
width: 500px;
height: 800px;
margin: auto;
}

#topimage{
widht: 500px;
height: 360px;
margin-top: 50px;
background-image: url(images/mark-image.jpg);
}

#textbox{
margin: 25px 0 25px 0;
widht: 500px;
height: 20px;
}

#logos{
width: 500px;
height: 140px;
margin: 0 1px;
}

#link{
width: 166px;
height: 70px;
float: left;
}

#footer{
font-weight: normal;
margin-top: 25px;
width: 500px;
height: 20px;
font-size: 60%;
text-align: center;
}

#footer a{
text-decoration: none;
color: #999999;
}

#footer a:hover{
text-decoration: none;
color: #769cc1;
}
