@charset "utf-8";
/* CSS Document */

/* TAGS -- START */

* {
	margin:0;
	padding:0;
	border: 0;
}

body {
	background-color: #002041;
}
/* TAGS -- END */

img {
	height: 600px;
	width: 800px;
	position: relative;
	margin-left: 25px;
	margin-top: 25px;
}

/* DIVS -- START */

#container {
	position: absolute;
	height: 650px;
	width: 850px;
	top: 50%;
	left: 50%;
	margin-top: -325px;
	margin-left: -425px;
	background: url(indexbg.png);
}