/*--------------------REMOVE DEFAULT SETTINGS-----------------------*/
/* LINKS */
:link,:visited { text-decoration:none }
a img,:link img,:visited img { border:none }

/* LIST */
ul,ol { list-style:none }

/* FONTS */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* REMOVE PADDING AND MARGIN VALUES */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre
{margin: 0; padding: 0;}

/* de-italicize address */
address { font-style:normal }

/*-------------------LAYOUT------------------------*/
html 
{
height: 100%;
background-color:#000000;
}

body 
{
margin: 0px;
height: 100%;
width: 600px;
padding: 0px;
margin-left: auto;
margin-right: auto;
}

#wrap 
{
min-height:100%;
position:relative;
}
* html #wrap {height:100%}

#main {
position: relative;
top: 0px;
width: 600px;
height: 800px;
background-image: url(../images/main-intro.jpg)
}
/*-------------------MENU------------------------*/
#menu {
position: relative;
left: 152px;
width: 299px;
}

p {
width:299px;
height:33px;
background-image: url(../images/button.jpg);
margin-bottom: 5px;
line-height:33px;
pointer:pointer;
}

a {
width:100%;
color:#181818;
text-align: center;
font-family: "Times New Roman", Times, serif;
letter-spacing: 2px;
font-size: 13px;
pointer:pointer;
}
a:hover {
font-weight:bold;
}

#footblock {
position: absolute;
bottom: -500px;
left: 0px;
width:299px;
text-align:center;
color: #333;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-transform:lowercase;
}
.eee a { color: #333; letter-spacing: 0px;}
.eee a:hover { color: #eee; letter-spacing: 0px; font-weight:normal; }