@charset "utf-8";
*{
        margin: 0px auto;
	padding: 0px;
}
body{
	background-color: #00f424;
}
header{
	height: 180px;
	width: 1450px;
	margin-top: 25px;
	border: 1px #c2c2c2 dotted;
	border-radius: 8px;
	background-color: #EA841B;
	margin-top: 480px;
}
#main{
	width: 1450px;
	height: 1040px;
	padding: 5px;
	border: 0px black solid;
	border-radius: 15px;
	background-color:#f2f2f2;
}
footer{
	height:450px;
	width: 1450px;
	margin-top: 25px;
	border: 1px blue solid;
	border-radius: 3px;
	background-color:#282828;

}