/* This is the css for the constructivist inspired home page for IAT102 */

#container { 
	
	width:701px;
	height:651px;
	top:25px;
	margin:auto;
	background-image:url(images/backgr.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	border:none;
	position:relative;
	
	}
	
/* This is the location text on the upper left corner */
	
div.location {
	
	position:absolute;
	top:12px;
	margin:75px;
	border:none;
	float:none;
	z-index:1;
	}

/* Here is the positioning for the main links on the home page */
	
div.link01 {
	
	position:absolute;
	top:-272px;
	margin:468px;
	border:none;
	float:none;
	z-index:1;
	}
	
div.link02 {
	
	position:absolute;
	top:-210px;
	margin:441px;
	border:none;
	float:none;
	z-index:2;
	
	}
	
div.link03 {
	
	position:absolute;
	top:-150px;
	margin:413px;
	border:none;
	float:none;
	z-index:3;
	
	}
	
div.link04 {
	
	position:absolute;
	top:-91px;
	margin:385px;
	border:none;
	float:none;
	z-index:4;
	
	}
	
div.link05 {
	
	position:absolute;
	top:83px;
	margin:300px;
	border:none;
	float:none;
	z-index:5;
	
	}
	
div.link06 {
	
	position:absolute;
	top:147px;
	margin:268px;
	border:none;
	float:none;
	z-index:6;
	
	}
	
div.link07 {
	
	position:absolute;
	top:205px;
	margin:242px;
	border:none;
	float:none;
	z-index:7;
	
	}