* {
	padding: 0;
	margin: 0;
}


#wrap {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	height: 600px;
	}


body {
	background-image: url(images/bg3.gif);
	}

#main {
	position: relative;
	width: 1024px;
	height: 445px;
	}
	
#slideshow {
	position:relative;
	list-style:none; 
	color:#fff;
	}

#slideshow span {
	display:none;
	}
	
#image {
	position:absolute;
	width:1024px;
	height: 445px;
	}

#image img {
	position:absolute; 
	z-index:10; 
	width:auto; 
	border:6px solid #fff;
	top: 40px;
	}
	
#imglink {
	position:absolute; 
	height:445px; 
	width:100%; 
	z-index:100;
	top: 40px;
	}
	
/* Artmak stuff */	
#artmak {
	position: absolute;
	top: 505px;
	left: 25px;
	}

.nav {
	position: absolute;
	top: 555px;
	left: 25px;
	word-spacing: 2px;
	}

a#nav_vis { background-image: url(images/nav_vis.png); height: 11px; width:110px; display:inline-block;}
a#nav_vis span { display: none; }
a#nav_vis:hover {background: url(images/nav_vis_on.png);}

a#nav_web { background-image: url(images/nav_web.png); height: 11px; width:66px; display:inline-block;}
a#nav_web span { display: none; }
a#nav_web:hover {background: url(images/nav_web_on.png);}

a#nav_free { background-image: url(images/nav_free.png); height: 11px; width:38px; display:inline-block;}
a#nav_free span { display: none; }
a#nav_free:hover {background: url(images/nav_free_on.png);}

a#nav_about { background-image: url(images/nav_about.png); height: 11px; width:50px; display:inline-block;}
a#nav_about span { display: none; }
a#nav_about:hover {background: url(images/nav_about_on.png);}

/* Artmak stuff end */


	
