@import url(resetclearfix.css);

body {
	background: #679ad4;
	font: 12px 'Georgia';
	color: #414141;
	text-align: center;
}

div#main {
	margin: 0 auto;
	width: 900px;
	text-align: center;
	padding: 20px 0;
}

div#portfolio {
    background-color: silver;
}
h1 {
	margin-top: 10px;
	color: #000;
	font-size: 50px;
}

h2 {
	margin-bottom: 10px;
	color: #000;
	font-size: 10px;
}