@charset "utf-8";
/* CSS Document */

body
{
	background:url("images/bg.jpg") repeat-x scroll 0 0 #BEBEBE;
}

h2 {
color:#FFF;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 16px;
}

p
{
color:#FFF;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:link
{
color:#597f3a;	
}

#wrapper
{
	background:url("images/layout.png") no-repeat scroll 0 0 transparent;
	height:650px;
	margin:auto;
	width:624px;
}
#wrapper_profile
{
	background:url("images/layout_profile.png") no-repeat scroll 0 0 transparent;
	height:919px;
	margin:auto;
	width:624px;
}

#logo
{
	height:82px;
	position:relative;
	left:55px;
	top:40px;
}

#video
{
	margin:auto;
	position:relative;
	top:80px;
	width:448px;
}

#content
{
	padding: 20px 40px;
	position:relative;
	top:70px;
}

#footer
{
	float:right;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	height:20px;
	padding:5px 10px 0 0;
	position:relative;
	top:85px;
}

#watermark
{
	background-image:url("images/clover.png");
	height:525px;
	width:513px;
	left:200px;
	position:relative;
	top:-350px;
	z-index:-1;
}
