/*=========================*/
/*Reset*/
/*=========================*/
html, body, h1, h2, h3, h4, h5, h6,
p, address, ul, ol, li, dl, dt, dd,
table, th, td, form, header, article, footer, section{
	font-size: 100%;
	line-height: 1;
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	font-size: 90%;
	font-family: sans-serif;
	color: #444;
	background: url(img/bg_body.png);
}


p {
border: 1px solid #ccc;
width: 150px;
height: 170px;
float: left;
}
img {
max-height : 150px;
max-width : 150px;
margin: 20px 10px 0 0;
}