* { box-sizing:border-box; }
body { margin:0; padding:0; background:#f4f4f4; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:16px; }
a, a:visited { color:#0c4d9f; outline:none; text-decoration:none; }
a:hover { text-decoration:underline; }
a img { border:none; }

.wrap { max-width:900px; margin:0 auto; }
.header { position:relative; }
.logo img { max-width:200px; margin:20px 0; }
.textCenter { text-align:center; }

.left { float:left; }
.right { float:right; }
.clear { clear:both; height:0; margin:0; padding:0; }
