@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	margin: 20px auto;
	width: 1100px;
	background-image: url(start/stripes.png)
}
#main {
	height: 700px;
	background-color: #e9e9e9;
	border: 2px solid #3CF; 
    border-radius: 15px;
    -moz-border-radius: 15px; /* Firefox 3.6 and earlier */
	text-align: center;
}
.pics { 
	border: 4px solid #3CF;
	border-radius: 15px;
    -moz-border-radius: 15px; /* Firefox 3.6 and earlier */
}