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

* {
	margin: 0;
	padding: 0;
}

html, body {
height: 100%;
width: 100%;
}

body {
	background: #b5bcc4;
}

#head {
	height: 5%;
}

#container {
	background: #466488 url('../_images/bg_container.png') repeat-x;
	height: 540px;
}

#content {
	margin-left: auto;
	margin-right: auto;
	background: url('../_images/diefmain2.png');
	width: 800px;
	height: 540px;
	text-indent: -9999px;
}

#footcontainer1 {
	width: 678px;
	margin-left: auto;
	margin-right: auto;
}

#link1 {
	background: url('../_images/mblem.png');
	width: 800px;
	height: 90px;
	float: right;
	margin-left: 30px;
	margin-right: -80px;
	text-indent: -9999px;
}
