body {
	margin: 0px;
	padding: 0px;
	
	font-family: verdana;
}

#main {
	width: 100%;
	height: 100%;
	
	background-image: url("bg.jpg");
}

#headline {
	width: 100%;
	height: 35px;
	
	position: fixed;
	top: 0px;
	left: 0px;
	
	background-color: #ff5d00;
}

#border {
	width: 400px;
	height: 225px;
	
	background-color: #ff5d00;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
	
	border-radius: 30px;
}

#card {
    width: 380px;
	height: 205px;
	
	background-color: #1A1617;
	color: #ff5d00;
	
	position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
	
	margin: auto;
	
	border-radius: 23px;
	
	text-align: center;
}

#data {
	width: 380px;
	height: 60px;
	
	position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
	
	margin: auto;
}

#footer {
	width: 100%;
	height: 35px;
	
	position: fixed;
	bottom: 0px;
	left: 0px;
	
	background-color: #ff5d00;
}