@charset "UTF-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

/* DIV */
div#header {
width: 450px;
margin-top: 5em;
margin-left: auto;
margin-right: auto;
text-align: center;
}

div#logo {
margin-top: 20px;
text-align: right;
}

div#buttons {
width: 553px;
margin-top: 2em;
margin-left: auto;
margin-right: auto;
text-align: center;
}

div#work {
width: 553px;
height: 137px;
background:url(work.png);
}
div#work:hover {
background:url(work_over.png);
}

div#tumblr {
width: 553px;
height: 135px;
background:url(tumblr.png);
}
div#tumblr:hover {
background:url(tumblr_over.png);
}
/* H1 */
h1 {
font-family: Georgia, serif;
font-weight: Normal;
color: #7e7e7e;
}

/* LI */
li.thoughttext {
	list-style: none;
}

/* Preload */
.hiddenpic{
	display:none;
}