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

body
{
	background-color: rgb(45, 45, 45);
	width: 800px;
	height: 720px;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

.content
{
	position: relative;
	width: 800px;
	height: 720px;
}

.background
{
	position: absolute;
	width: 800px;
	height: 720px;
}

.copyright
{
	position: absolute;
	right: 10px;
}

.main_window
{
	position: absolute;
	left: 60px;
	top: 6px;
	width: 687px;
	height: 531px;
}

.presskit
{
	position: absolute;
	left: 0px;
	top: 566px;
	width: 112px;
	height: 47px;
}

.topmenu
{
	position: absolute;
	top: 73px;
	width: 800px;
}

.btn_home
{
	position: absolute;
	left: 165px;
	width: 77px;
	height: 36px;
}

.btn_images
{
	position: absolute;
	left: 485px;
	width: 97px;
	height: 37px;
}

.btn_videos
{
	position: absolute;
	left: 620px;
	width: 90px;
	height: 37px;
}

.inner_content
{
	position: absolute;
	left: 75px;
	top: 150px;
	width: 650px;
	height: 355px;
	overflow: visible;
}

.home_screen
{
	position: absolute;
	left: -25px;
	top: -25px;
}

.bottom
{
	position: absolute;
	top: 643px;
	width: 800px;
	height: 60px;
	margin-top: 5px;
}

.bottom img
{
	position: relative;
	border: none;
	margin-top: 0px;
}