/***** Main Settings *****/

body {

background-color:#21141d;
margin:0;
padding:0;
font-size:100%;
}

#background {
position:relative;
margin:0 auto;
background:URL(images/001-a.jpg);
top:100px;
width:327px;
height:303px;
}

#email {
position:relative;
margin:0 auto;
background:URL(images/002.jpg);
top:316px;
width:366px;
height:21px;
}

#intro {
position:relative;
margin:0 auto;
padding-left:100px;
top:300px;
width:366px;
height:21px;
font-size:.8em;
font-family:arial;
}

#intro a,
#intro a:link,
#intro a:visited {
color:#c55412;
text-decoration:underline;
}

#intro a.hover,
#intro a:hover {
text-decoration: none;
}

