* {
	padding: 0;
	margin: 0;
	border: 0;	
}

/* 	MAIN */

div#loadmask {
	position:				absolute;
	width:					100%;
	height:					100%;
	background: 			#fff;
	padding:                200px 0 0 0; 
	display:				block;
	z-index:				99;
}


div#content {
	position: 				absolute;
	background: 			#fff;
	margin: 				0 auto;
	z-index:				10;
}

div.zero {
	width:					0;
	height:					0;
}	
		
div.thin {
	width: 					620px;
	height: 				780px;
}
		
div.wide {
	width: 					780px;
	height: 				620px;
}


/* 	THUMBNAILS */


div.container {
	background: 			#fff;
	width: 					600px;
	height:					600px;
	margin:					10px;
	float:					left;
	text-align:				left;
}

div.pic {
	float:					left;
	width:					150px;
	height:					150px;
	position:				relative;
}

div.pic div {
	width:					150px;
	height:					150px;
	margin:					0px;
	position: 				absolute;
	float:					left;
	z-index: 				2;
}

div.pic a {
	height:					150px;
	width: 					150px;	
	float: 					left;
	position: 				absolute;
	display:				block!important;
}

div.pic a:hover{
	background-position:	0 -150px;
}

a.one{
	background: 			url(../images/01_r.jpg);
	width:					150px;
}

a.two{
	background: 			url(../images/02_r.jpg);
	width:					150px;
}

a.three{
	background: 			url(../images/03_r.jpg);
	width:					150px;
}

a.four{
	background: 			url(../images/04_r.jpg);
	width:					150px;
}

a.five{
	background: 			url(../images/05_r.jpg);
	width:					150px;
}

a.six{
	background: 			url(../images/06_r.jpg);
	width:					150px;
}

a.seven{
	background: 			url(../images/07_r.jpg);
	width:					150px;
}

a.eight{
	background: 			url(../images/08_r.jpg);
	width:					150px;
}

a.nine{
	background: 			url(../images/09_r.jpg);
	width:					150px;
}

a.ten{
	background: 			url(../images/10_r.jpg);
	width:					150px;
}

a.eleven{
	background: 			url(../images/11_r.jpg);
	width:					150px;
}

a.twelve{
	background: 			url(../images/12_r.jpg);
	width:					150px;
}

a.thirteen{
	background: 			url(../images/13_r.jpg);
	width:					150px;
}

a.fourteen{
	background: 			url(../images/14_r.jpg);
	width:					150px;
}

a.fifteen{
	background: 			url(../images/15_r.jpg);
	width:					150px;
}

a.sixteen{
	background: 			url(../images/16_r.jpg);
	width:					150px;
}

div.links {
	width: 					0px;
	height:					0px;
	margin:					0px;
	float:					left;
	overflow:				hidden;
	visibility:				hidden;
	
}


div.pic img {
	position: 				absolute;
	z-index: 				1;
}

.thingy {
/* Something something Dark Side, something something Complete */
}

/* 	BOTTOM */


div.bottom{
	margin:					10px;
	position:				relative;
}	
	

div.titlebox{
	position:				relative;
	float:					left;	
	height:					150px;
	width:					150px;
}

.title{
	position: 				absolute;
	bottom: 				0;
	left: 					0;
}
	
div.contactbox{
	position:				relative;
	float:					left;	
	height:					150px;
	width:					150px;

}

.download{
	position: 				absolute;
	bottom: 				50px;
	right: 					0;
}

.contact{
	position: 				absolute;
	bottom: 				0;
	right: 					0;
}

div.blank{
	position:				relative;
	float:					left;	
	height:					150px;
	width:					150px;
}


body {
	background: 			#f2f2f2;
	margin: 				0;
	padding:				0; 
	text-align:				center;
}
