body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #3a797e;
	background-image: url('../images/home_bg.png');
	background-position: top center;
	background-repeat: no-repeat;
	color: #ffffff;
}

.siteContainer
{
	width: 950px;
	margin: 0px auto;
}

.menu
{
	float: left;
	width: 335px;
	text-align: center;
}

.menu a
{
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.menu img
{
	border: 0;
}

.film
{
	width: 153px;
	height: 104px;
	line-height: 104px;
}

.about
{
	width: 215px;
	height: 100px;
	line-height: 100px;
}

.makingOf
{
	width: 334px;
	height: 121px;
	line-height: 121px;
}

.blender
{
	width: 171px;
	height: 76px;
	line-height: 76px;
}

.infoWindow
{
	width: 500px;
	float: right;
	padding: 10px;
	background-color: #3a797e;
	border: solid #ffffff 1px;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	margin-bottom: 10px;
	text-align: justify;
}

.infoWindow a
{
	color: #8ced6b;
	text-decoration: none;
}

.infoWindow a:hover
{
	text-decoration: underline;
}

.infoWindow img
{
	border: 0;
	margin: 10px auto 5px auto;
}

h1
{
	font-size: 24px;
	width: 100%;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
}

h2
{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.center
{
	width: 100%;
	text-align: center;
}

.padtop
{
	padding-top: 10px;
}

.padbot
{
	padding-bottom: 10px;
}

.bold14
{
	font-weight: bold;
	font-size: 14px;
}