html {
	background: #fff url(../img/ui/bg_grad.png) top center;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body {
	color: #383432;
	font: 12px/1.5 Corbel,"Lucida Grande",Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body a{
	text-decoration:none;
	color: #de0049;
}

body a:hover{
	text-decoration:underline;
	color:#de0049;
}

div#header {
	margin-left: 4px;
	background: url(../img/logo.png) no-repeat;
	height:129px;
	width:826px;
}

div#menu {
	margin-left: -5px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
	margin-right: 15px;
}

#menu a{
	text-decoration:none;
	color: #fff;
}

#menu a:hover{
	text-decoration:underline;
	color:#de0049;
}

/* Big images */
div#home_img {
	margin-left: 4px;
	background: url(../img/image_home.jpg) no-repeat;
	height:244px;
	width:826px;
}

div#about_img {
	margin-left: 4px;
	background: url(../img/image_about.jpg) no-repeat;
	height:244px;
	width:826px;
}

div#animations_img {
	margin-left: 4px;
	background: url(../img/image_animation.jpg) no-repeat;
	height:244px;
	width:826px;
}

div#twod_img {
	margin-left: 4px;
	background: url(../img/image_2d.jpg) no-repeat;
	height:244px;
	width:826px;
}

div#contact_img {
	margin-left: 4px;
	background: url(../img/image_contact.jpg) no-repeat;
	height:244px;
	width:826px;
}

/*End big images*/

#menu .selected{
	color:#de0049;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 834px;
	text-align: left;
	background: url(../img/ui/platta.png) repeat-y;
}

div#content {
	padding:35px;
}

div#footer {
	background: url(../img/ui/footer_platta.png) top center no-repeat;
	font-size: 1px;
	height: 8px;
	line-height: 8px;
	margin: 0px auto 25px auto;
	padding: 0px;
	width: 834px;
}
