/* Generic CSS */

html,body	{
	background:#00aeef;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
	}

 a:hover	{
	text-decoration: none;
	}

.logo		{
	margin:0 auto; /* center, not in IE5 */
	width:650px;
	}

.text	{
	color:#fff;
	text-align: left;
	font-weight: bold;
	margin:0 auto; /* center, not in IE5 */
	width:355px;
	}