/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

A:link {
	color: #dedede;
	text-decoration: none;
	}
A:visited {
	color: #dedede;
	text-decoration: none;
}

body {
	line-height: 1;
	background: #181615 url('BGTile.png') repeat top center !important;
	margin: 0 auto;
	
	font: 62.5% 'Gill Sans MT','lucida grande', helvetica, verdana, sans-serif;
	color: #dedede;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.back{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:800px;
	z-index: -25; 
}
#main{
	text-align: center;
	height: 1416px;
	background:  url('CenterElement.png') no-repeat top center !important;
}

#mainNav{
    position:absolute;
	width:100%;
	height:100%;
	margin-top: 595px;
	margin-left: auto ;  
	margin-right: auto ; 
	z-index:25;
}

#artNav{
	   position:absolute;
	width:100%;
	height:100%;
  margin-top: 580px;
	margin-left: auto ;  
	margin-right: auto ; 
	z-index:3;
}

#gallery, #videogame, #illustration, #motion, #design{
	background: #21090a;
	overflow: hidden;
	position: inherit;
	text-align: center;
	margin-top: 73px;
	width: 925px;
	height:489px;
	margin-left: auto ;  
	margin-right: auto ; 
	z-index:5;
	visibility:hidden;
}
#gallery-container, #videogame-container, #illustration-container, #motion-container, #design-container{
/*position: relative;
	text-align: left;
	width: 2025px;
	*/
	width: 100%;
		margin-left: auto ;  
	margin-right: auto ; 
	position:absolute;
	z-index:10;
}

#art-container{
	text-align: center;
	margin: 5px auto;
	z-index:10;
}

.art-title{
	/*font-weight: bold;*/
	font-size: 2.4em; /* 62.5% x 1.4em = 14px base font size */
	color: #802222;
}

.art-desc{
	font-size: 1.1em;
	width: 600px;
	font-weight: bold;
	color: #d7efa2;
	margin-left: auto ;  
	margin-right: auto ; 
	text-align: center;
}

