<style type="text/css">
html    {top: 0; left: 0; padding: 0 0 0 0;}
body    {
	background-color: #ffffff;
}
#hello   {
    top: 100px; left: 100px;
	height: 400px; width: 400px;
	font-family: "Courier New", courier;
	font-size: 32px;
	color: #fff;
	background-image: url(../images/auxilary/Hello_4.jpg);
	background-position: no-repeat;
	float: left;
}
#main_menu   {
	font-family: "PT Sans Caption", Calibri, Verdana, Arial, serif;
    top: 100px; left: 510px;
	font-size: 16px;
	float: left;
}
#bd	{
	border: none;
	}
p	{
	text-align: right;
	padding-top: 0px;
	padding-right: 5px;
	margin-top: 0px;
	margin-right: 0px;
	color: #fff;
}
li	{
	list-style-type: none;
	font-size: small;
	text-transform: uppercase;
	text-shadow: #000000;
	margin-bottom: 0.2em;
	font-size: 10pt;
}
a:link  {
	text-decoration: none;
	color: #999999;

}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #333333;
}
</style>

