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

html, body, p, h1{
	margin:0;
	padding:0;
	
}


p { 
	color:#3F3;
	line-height:150%;
	font-size:10px;
	text-decoration:blink;
}

.container{
		width:940px;
		margin:0 auto;
		
	
}

.content{
	width: 100%;
	background-color:#00F;
	float:left;
	
}

.cool_guy {
	width: 300px;
	height: 300px;
	background-color: #00F;
	padding: 20px;
	margin: 4px;
	border: 20px groove #F60;
	float: left;
	border-radius: 10px 200px 150px;
	background-image: url(images/baby.jpg);
	background-repeat: no-repeat;
}


.pizza_face {
	
	width:300px;
	height:300px;
	background-color:#F60;
	padding:20px;
	margin:4px;
	border: 20px groove #F60;
	float:left;

}

h1{
	
	color:#000;
	
}