html
{
    height: 100%;
}

body
{
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #000;
    background-image: url('/wp-content/themes/illmate/images/bgr-line.jpg');
    background-position: top center;
    background-repeat: repeat-y;
}

div#container
{
    width: 1024px;
    position: relative;
    min-height: 100%;
    left: 50%;
    margin-left: -520px;
    background-image: url('/wp-content/themes/illmate/images/background.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

div#content
{
    padding-top: 445px;
    padding-bottom: 69px;
    width: 845px;
    margin-left: 88px;
    text-align: left;
    font-family: Verdana;
    font-size: 10px;
    color: #eee;
}

div#footer
{
    color: #eee;
    width: 100%;
    height: 69px;
    position: absolute;
    bottom: -5px;
    background-image: url('/wp-content/themes/illmate/images/bgr_footer.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}

div#header
{
    position: absolute;
    left: 78px;
    top: 20px;
}

img#logo
{
    margin-top: 30px;
    margin-left: 20px;
}
/*img#logo:hover
{
    padding-bottom: 8px;
    border-bottom: 5px solid #fff;
}*/

img#illface
{
    position: absolute;
    left: 70px;
    top: 0px;
    display: none;
}

div#menu
{
    position: absolute;
    left: 78px;
    top: 200px;
}

div#menu ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

div#menu ul li
{
    margin-bottom: 8px;
}

div#menu_right
{
    position: absolute;
    background-image: url('/wp-content/themes/illmate/images/bgr_rightmenu.png');
    background-repeat: no-repeat;
    background-position: top left;
    width: 750px;
    height: 247px;
    top: 150px;
    left: 270px;
    padding-top: 94px;
    padding-left: 50px;
    overflow: hidden;
}



img#artwork_info
{
    display: none;
    position: absolute;
    top: 42px;
    left: 130px;
}



img#artwork_home
{
    display: none;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -190px;
}


img#artwork_media
{
    display: none;
    position: absolute;
    top: 40px;
    left: 80px;
}

img#artwork_studio
{
    display: none;
    position: absolute;
    top: 45px;
    left: 210px;
}

img#artwork_contacts
{
    display: none;
    position: absolute;
    top: 60px;
    left: 110px;
}

img#artwork_fars
{
    display: none;
    position: absolute;
    top: 40px;
    left: 67px;
	
}

img#artwork_wosh
{
    display: none;
    position: absolute;
    top: 37px;
    left: 67px;
	
}

img#artwork_logo5
{
    display: none;
    position: absolute;
    top: 29px;
    left: 60px;
	
}

img#artwork_darkstep
{
    display: none;
    position: absolute;
    top: 40px;
    left: 60px;
	
}

img#artwork_starteras
{
    display: none;
    position: absolute;
    top: 40px;
    left: 60px;
	
}


img#artwork_shop
{
    display: none;
    position: absolute;
    top: 40px;
    left: 85px;
	
}


img.artists
{
    margin-right: 30px;
    float: left;
}






textarea, input
{
    font-family: Verdana;
    font-size: 12px;
    color: #fff;
    background-color: #000;
    padding: 5px;
    border: 1px solid #333;
}
textarea:focus, input:focus
{
    border: 1px solid #666;
}

a
{
    font-family: Verdana;
    font-size: 13px;
    color: #666;
    text-decoration: none;
}
a:hover
{
    color: #eee;
}


h2 a, h2
{
    font-size: 22px;
	color: #ccc;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-weight: normal;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

h2 a:hover
{
    text-decoration: underline;
}



