html {
	margin:0;	
}

body {
	margin:0;	
}

header {
	position:fixed;
	height: 30px;
	background-color: #4d5ccc;
	width: 100%;
	top: -1%;
}
.header-left {
	position: absolute;
	height: 30px;
}
header img {
	height: 30px;
}
.header-middle {
	position: absolute;
	color: #ccdbf0;
	font-size: 20px;
	font-family: Verdana;
	left: 52px;
	height: 30px;
	top: -60%;
}
.header-right {
	position: absolute;
	top: -45%;
	height: 30px;
	right: 10px;
}
header li {
	position: relative;
	text-align: right;
	display: inline;
	color: #ccdbf0;
	font-size: 18px;
	font-family: Verdana;
	margin: 0px 0px 0px 15px;
}
header a {
	text-decoration: none;
	color: #ccdbf0;
}
header a:hover {
	color: 	#a6b841;
	margin: 0px 0px 0px 0px;
}
.main-content {
	position: absolute;
	height: 450px;
	width: 99%;
	margin: 31px 0px 0px 0px;
}
.main-content-left img{
	position: absolute;
	width: 386px;
	height: 230px;
	left: 10px;
	top: 10px;
}
.main-content > img {
	position: absolute;
	height: 425px;
	right: 10px;
	top: 10px;
}
.main-content-text{
	position: absolute;
	height: 100px;
	width: 45%;
	top: 225px;
	left: 3px;
	font-family: Tahoma;
	text-align: center;
	color: #4d5fee;
}
.main-content a {
	text-decoration: none;
	color: #e50914;
}
.main-content a:hover {
	color: #55FF77;
}
