/* @override http://www.zyzomys.com/css/zyzomys.css */
@import url('reset.css');

body { background-color: black; }
p, h1 {text-align: center;}
p {margin: 0; padding: 0;}

h1 { font-size: 6em; margin: 50px 0; }

a:hover img {border: 1px solid #123;}
a img {border: 1px solid #ABC; margin: 49px 10px;}

div#portfolio {margin: 0; background: url(../images/background.jpg) repeat-x; min-height: 300px; }

div#contact p {font-size: 1.2em; color: white; padding-top: 2em;}
