body {
	font-family: 'Lucida sans', Arial, Helvetica;
	color: #444;
	margin:0px;
	padding:0px;
}
.container-buttons {
	width:821px;
	height:622px;
	background:url(bg_update.jpg) no-repeat;
	margin:0px auto;
	padding:280px 0px 0px 180px;
	border:solid 1px #FFF;
}

.dropdown {
	float:left;
	margin-right:10px;
	
}

.dropdown-submenu {
	position: relative;
	text-transform:uppercase;
}
.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}
iframe {
	border: none;
}

#animation
{
	color: #fff;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	background: #090;
}

#content
{
	color: #fff;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	background: rgb(202, 60, 60);
}

#illustration
{
	color: #fff;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	background: rgb(223, 117, 20);
}

#pagination
{
	color: #fff;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	background: #09C;
}

#animation a, #content a, #illustration a, #pagination a
{
	color: #FFF;
}
#animation a:hover, #content a:hover, #illustration a:hover, #pagination a:hover
{
	color: #000;
	text-decoration:underline;
}