* {
margin:0;
padding:0;
}


body {
font-family: Georgia, serif;
font-size:90%;
color: #444444;
font-weight: normal;
text-align:left;
background-color:#ffffff;
background-image:url(images/bg.jpg); 
background-attachment:fixed; 
background-position:top left;  
background-repeat:repeat;
}

a {
font-weight: normal;
color:#eafb31;
text-decoration:underline;
}

a:hover {
color:#ce3388; 
text-decoration:underline;
}

img {
border: 0;
}

#menu {
float: right;
}

#menu a {
opacity:1.0; filter:alpha(opacity=100);
}

#menu a:hover {
opacity:0.7; filter:alpha(opacity=70);
}


ul {
list-style-type: none;
}

h1 {
font-size: 150%;
font-family: Rockwell, 'Tw Cen MT', 'Gill Sans', sans-serif; 
color:#eafb31;
margin-bottom: 5px;
}

h2 {
font-size: 120%;
font-family: Rockwell, 'Tw Cen MT', 'Gill Sans', sans-serif; 
color:#eafb31;
margin-bottom: 5px;
}

p{
text-align: left;
line-height: 150%;
margin: 0 0 30px 0;
display: block;
color: #666666;
/*background-color: #eafb31;*/
}

#container {
max-width:300px;
margin: auto;
}

#trickstar {
position: absolute; 
bottom:0; 
z-index: 1;
}

#art-menu {
position: fixed; 
top:5%; 
right:5%;
z-index: 1;

}


#art-masthead {
position: fixed; 
top:0; 
left:0;
z-index: 1;
}



#art-content {
width: 7250px;
position: absolute; 
top:30%; 
left:0;

}

#contactform {
width: 350px;
position: absolute; 
top:30%; 
left:40%;
}


