@charset "UTF-8";
/* CSS Document */

#welcome
{
	margin: 0px auto;
	margin-top: 50px;
	width: 868px;
	height: 540px;
}

body
{
	margin: 0px auto;
	text-align: center;
	background-color: #4CB7FF;
}

#container 
{
	position: relative;
	margin: 0px auto;
	top: 50px;
	width: 990px;
	height: auto;
	z-index: 1;
	text-align: left;
}

#top 
{
	width: 990px;
	float: left;
}

#content
{
	width: 990px;
	height: 451px;
	background-image: url(../img/frontpage_index.png);
	float: left;
}

#bottom
{
	width: 990px;
}

#menu 
{	
	float: left;
	width: 100%;
}

#tagcloud-Partners
{
	width: 600px;
	height: 400px;
	background-position: top right;
	background-repeat: no-repeat;
}

#tagcloud-Sponsors
{
	width: 600px;
	height: 400px;
	background-position: top right;
	background-repeat: no-repeat;
}

#slogan
{	
	position: relative;
	float: left;
	margin-left: 69px;
	margin-top: -10px;
	width: 475px;
	height: 50px;
}





