body, div, p, h1, h2, h3, h4, ul, li, table, img
{
	margin: 0px;
	padding: 0px;
	border: none;
	
}

body
{
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	background-color: #F0F3F5;
	color: #7F7F7F;
}

a, a:visited
{
	color: #7F7F7F;
	text-decoration: none;
}

a:active, a:hover
{
	color: #333333;
	text-decoration: none;
}

#container
{
	margin: 100px auto auto 150px;
	width: 600px;
	height: 400px;
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	filter:alpha(opacity=60);
}

#logo
{
	display: block;
	float: left;
	width: 377px;
	height: 120px;
}

#icons
{
	display: block;
	float: right;
	width: 204px;
	padding: 60px 0px 0px 0px
}

#bigted
{
	display: block;
	float: left;
	width: 590px;
	padding: 40px 0px 0px 10px;
	font-size: 30pt;
}

#bigted a, #bigted a:visited
{
	color: #7F7F7F;
	text-decoration: none;
}

#bigted a:active, #bigted a:hover
{
	color: #333333;
	text-decoration: none;
}

#littleted
{
	display: block;
	float: left;
	width: 590px;
	padding: 30px 0px 0px 10px;
	font-size: 14pt;
}


