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

* {
	margin: 0;
	padding: 0;
}

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

#head {
	background: #adc5e6;
	height: 5%;
}

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

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

#footer {
	background: #adc5e6;
	height: 30%;
}

#footcontainer1 {
	width: 678px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}
#footcontainer2 {
	width: 678px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}

#link1 {
	background: url('../_images/emblem.png');
	width: 196px;
	height: 65px;
	float: right;
	margin-left: 30px;
	margin-right: 50px;
	text-indent: -9999px;
}

#enter {
	background: url('../_images/vivaldi.png');
	width: 196px;
	height: 65px;
	float: right;
	margin-right: 50px;
	text-indent: -9999px;
}

#link2 {
	background: url('../_images/ds.png');
	width: 344px;
	height: 130px;
	margin-left: 50px;
	float: left;
	text-indent: -9999px;
}

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

#link2text {
	background: url('../_images/dstext.png');
	width: 196px;
	height: 90px;
	float: left;
	text-indent: -9999px;
}
