* {
	background-color: #000000;
	border: none;
	padding: 0;
	margin: 0;
	outline: none;
}

#center{
	top: 130px;
	width: 345px;
	height:  200px;
	margin: auto;
	position: relative;
}

#logo{
	position: absolute;
	background-image: url(../gfx/enter.jpg);
	width: 345px;
	height: 245px;
}

#flash {
	position: absolute;
	width: 345px;
	height: 170px;
	background: transparent;
}

#mail {
	position: absolute;
	top: 190px;
	left: 190px;
	width: 60px;
	height: 20px;
	background: transparent;
}

#html {
	position: absolute;
	top: 190px;
	left: 120px;
	width: 60px;
	height: 20px;
	background: transparent;
}

body {
	min-width: 1000px;
}