body {
	background: url(../images/bg2.jpg) repeat #090909;
	width:1206px;
	height:500px;
	text-align:center; /* hack para o IE */
	font-family: arial;
	font-size: 10pt;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#content {
	 overflow:hidden;
	}
	
#video {
	position:relative;
	top:-323px;
	left:602px;
	width:352px;
	height:225px;
	}

#blog {
	position:relative;
	left:245px;
	top: -213px;
	width:100px;
	}

#blog a {
	padding: 0px 7px;
	color:#CCC;
	text-decoration: none;
	margin:0 auto;
	font-family: Arial;
	font-size:1.5em;
	list-style: none;
}

#blog a:hover {
    color: #bd4d82;
}

#links {
	position:relative;
	left:665px;
	top: -30px;
	width:230px;
	}
	
#links a {
	padding: 0px 7px;
	color:#CCC;
	text-decoration: none;
	margin:0 auto;
	font-family: Arial;
	font-size:1.1em;
	list-style: none;
}

#links a:hover {
    color: #bd4d82;
}
