#box{
	width:1350px;
	height:634px;
	background-color: black;
	margin:auto;
	color:yellow;
	
	border:2px solid #000000;   /* default border */ 

	-moz-border-radius:10px;    /* radius for firefox */ 

	-webkit-border-radius:10px; /* radius for safari, chrome, etc */ 

}

#body,html{
	background-color: #d5e1d4;
	font-family: 'Cabin Sketch', arial, serif; 

   

}

#header{
	width:1350px;
	height:60px;
	background-color: black;
	color:yellow;
	margin:auto;
	font-size: 300%;
	text-align: center;
	
	border:2px solid #000000;   /* default border */ 

	-moz-border-radius:10px;    /* radius for firefox */ 

	-webkit-border-radius:10px; /* radius for safari, chrome, etc */ 
	
}