@charset "utf-8";
/* CSS Document */

/* Generel settings */
*
{
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}

body
{
	background-color: #FDFDFD;
	margin-top: 40px;
}

#wrapper 
{
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}

/* Settings for the top / heading */
#header
{
	width: 840px;
	height: 66px;
	background: url(img/splash/header_shape.png) no-repeat;
}

#headerLeft
{
	float: left;
  padding: 30px 0 0 20px;
}

h1
{
	color: #e9e8e8;
	font-size: 24px;
	font-weight: lighter;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

#headerRight
{
	float: right;
	padding: 40px 20px 0 0;
}

h5.language
{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #e9e8e8;
	font-size: 14px;
	cursor: pointer;
}

/* 	Settings for body - called main to avoid confusion
		with the top wich is also in the body tag. */
#main
{
	margin: 10px 0px 432px 0px;
}

#mainLeft
{
	float: left;
}

#mainRight
{
	width: 600px;
	float: right;
}

p.mainParagraph
{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #999999;
	height: 150px;
}

#mainLinkBox
{
	background: url(img/splash/abstract_paint.png) no-repeat;
	width: 395px;
	height: 240px;
	margin-left: auto;
	margin-right: auto;
}

p.link
{
	width: 210px;
	padding-top: 54px;
	padding-left: 82px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #629bc7;
	cursor: pointer;
	text-align: center;
}

#videoSection
{
	width: 840px;
}

#videoHeader
{
	width: 840px;
	height: 32px;
	background-color: #b74343;
	padding-left: 20px;
	
}

.youtube-player
{
	margin-top: 30px;
	
	margin-left: 100px;
}
