/* GENERAL
--------------------------------------- */

body { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	color: #777777;
	font-size: 13px;
	background-image: url(images/background.jpg);
	background-position: center center;
	background-repeat: repeat;
	background-color: #FFFFFF;
}

a {
	color: #777777;
	text-decoration: none;
	border: none;
	outline: none;
}

a:hover {
	color: #777777;
	text-decoration: underline;
}

img {
	border: none;
	outline: none;
}

.clear {
	clear: both;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-family: 'AovelSansLight';
}

#container {
	width: 900px;
	height: 410px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -220px;
	margin-left: -430px;
}

#left {
	width: 460px;
	height: auto;
	background-color: #FFFFFF;
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	-o-border-radius: 5px;
    	-ms-border-radius: 5px;
    	border-radius: 5px;
	padding: 20px;
    	-moz-box-shadow: 0 0 15px rgba(0,0,0,.3);
    	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
    	box-shadow: 0 0 15px rgba(0,0,0,.3);
	position: relative;
	z-index: 1;
	float: left;
	margin-bottom: 20px;
}

#left a.ribbon {
	width: 123px;
	height: 123px;
	background-image: url(images/ribbon.png);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
	display: block;
	top: -26px;
	left: -25px;
}

#left .video {
	margin-top: 0;
}


#right {
	width: 355px;
	height: 260px;
	background-color: rgba(255,255,255,.6);
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	-o-border-radius: 5px;
    	-ms-border-radius: 5px;
    	border-radius: 5px;
    	-moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
    	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    	box-shadow: 0 0 15px rgba(0,0,0,.1);
	position: relative;
	z-index: 0;
	float: right;
	left: -5px;
	margin-top: 17px;
	padding: 20px;
	padding-left: 25px;
}

#right p {
	line-height: 20px;
}

#right p a {
	font-weight: bold;
}

#contact {
	width: 459px;
	margin-left: 35px;
}

#contact .left {
	width: 180px;
	float: left;
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid #CCCCCC;
}

#contact .right {
	width: 218px;
	float: left;
}

#contact .right span {
	font-size: 12px;
}

#contact div {
	margin-bottom: 10px;
}

#share {
	width: 270px;
	position: relative;
	float: right;
	top: -150px;
	right: 0px;
	left: -110px;
}

