@import url(http://fonts.googleapis.com/css?family=Lato:400,100,300);

/* body {
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#636363;
font-size:70%;
margin-top:40px;
}

#main {
width:400px;
text-align:center;
margin:auto;
}

h1 {font-family:"Helvetica Neue";
font-weight:100;
font-size:32px;
}

p {font-family:"Lato";
font-weight:300;
font-size:18px;
}

a {font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#636363;
font-size:12px;
}

a:hover {
text-decoration:none;
}

img {border:1px solid #cecece;
} */

body {font-family:"Helvetica Neue";
margin:0;
padding:0;
color:#333;
}

#main {background:#fff;
width:350px;
padding:10px;
margin-top:350px;
}

h1 {
font-weight:100;
padding:0;
margin:0;}

p {font-size:20px;
font-weight:100;
}

a {font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#636363;
font-size:12px;
}

a:hover {
text-decoration:none;
}