/* CSS Document */

/* Style for use with the frontpage allowing for CSS style vertical centering 
   using a combination of absolute and vertical positioning, to be nested in
   the horizon tag*/
#frontpageWrapper600{
	background-color: #CACADA;
	color: #404040;
	border: 1px solid #000000;
	text-align: left;
	font-family: Verdana, Geneva, Arial, sans-serif;
	width: 740px;
	position: absolute;
	left: 50%;
	margin-left: -370px;
	top: -223px;
	visibility: visible
}

#frontpageWrapper768{
	background-color: #CACADA;
	color: #404040;
	border: 1px solid #000000;
	text-align: left;
	font-family: Verdana, Geneva, Arial, sans-serif;
	width: 740px;
	position: absolute;
	left: 50%;
	margin-left: -370px;
	top: -253px;
	visibility: visible;	
}


/* Draws an invisible division line across the centre of the browser window 
   to allow for CSS style vertical centering*/
#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
	visibility: hidden;
	display: block
}

/* Div for fixed size content to be used with the frontpage, Bio Button to go here*/
#frontpageContent {
  	margin-left: 374px; 
 	margin-right: 200px; 
  
}

/*Artwork Rollover image margin*/
#artworkButton{
	position: absolute;
  	left: 0px;
	width: 368px;
}

/*Contact Rollover image margin*/
#contactButton {
	position: absolute;
	right: 0px;
	width: 196px;
}

#hitCount {
	font-size: 60%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	color: #ACACB9;
}

