@import url("reset.css");

* html #wrap {
height: 100%;
}

body {
background: #fff;
color: #000;
font-family: Verdana, Arial, sans-serif;
font-size: medium;
height: 100%;
margin-left: 60px;
margin-top: 0;
margin-bottom: 0;
}

a {
border-bottom: 1px dotted #000;
color: #000;
text-decoration: none;
}

a:hover {
background: #f7f76f;
}

h1, h2 {
font-size: 1.2em;
line-height: 1.4em;
}

h3 {
font-size: 3.6em;
}

html {
height: 100%;
}

li, ul {
font-size: smaller;
list-style-type: square;
margin-left: 0.8em;
}

p {
font-size: smaller;
line-height: 1.4em;
}

.image {
margin-bottom: 5em;
}

#content {
padding-bottom: 8em;
}

#firstimage {
margin-top: 5em;
}

#footer {
font-size: 0.8em;
margin-top: -2.0em;
position: relative;
}

#gallery {
background: #000;
color: #fff;
}

#name {
padding-top: 60px;
}

#passion {
margin-top: 1.6em;
}

#question {
padding-top: 0.6em;
}

#wrap {
min-height: 100%;
position: relative;
}
