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

body{
	background: pink;
	border-color: #FF0004;
	color: red;
} 
#tophalf{ background: pink; width:50%;}
#bottomhalf {background:yellow; width:50%;}
h1{font-famly:Arial Black, Impact, Sans Serif; text-align:center; color:green;}


.caption{ clear:both; padding:1.5em; text-align: left; font-size:1.3em; color: #fff;}