/* Stylesheet for wk 10 Tri-c image
*/

* {margin: 0px;
padding: 0px;
}

#wrapper {
/*we need to tell the browser the size of the warpper div*/
width:800px;
height:400px;
/*align the top left corner of the page to the center
of the browser*/
position: absolute;
top: 30%;
left: 50%;
/*offset the page by half the width and height*/
margin-top:-200px;
margin-left:-400px;
/*allow us to see wrapper*/
}

#siteheader
{
border: 1px solid black;
background-color: white;
top: 30%;
left: 45%;
width: 900px;
height: 800px;
text-align: center;
}

h1
  {
border: 1px solid black;
background-color: white;
top: 30%;
left: 50%;
width: 500px;
height: 50px;
  }
  
h2 
{border: 1px solid black;
background-color: #32B132;
position: absolute;
color: white;
width: 500px;
height: 40px;

} 
body {
background-color: #6EBF80;
}


#Table_01 {
	position:absolute;
	left:0px;
	top:60%;
	width:960px;
	height:606px;
}

#Tri-C-Homepage-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:21px;
}

#Tri-C-Homepage-02_ {
	position:absolute;
	left:0px;
	top:21px;
	width:20px;
	height:120px;
}

#Tri-C-Homepage-03_ {
	position:absolute;
	left:20px;
	top:21px;
	width:108px;
	height:120px;
}

#Tri-C-Homepage-04_ {
	position:absolute;
	left:128px;
	top:21px;
	width:832px;
	height:139px;
}

#Tri-C-Homepage-05_ {
	position:absolute;
	left:0px;
	top:141px;
	width:128px;
	height:19px;
}

#Tri-C-Homepage-06_ {
	position:absolute;
	left:0px;
	top:160px;
	width:367px;
	height:74px;
}

#Tri-C-Homepage-07_ {
	position:absolute;
	left:367px;
	top:160px;
	width:291px;
	height:74px;
}

#Tri-C-Homepage-08_ {
	position:absolute;
	left:658px;
	top:160px;
	width:302px;
	height:74px;
}

#Tri-C-Homepage-09_ {
	position:absolute;
	left:0px;
	top:234px;
	width:960px;
	height:225px;
}

#Tri-C-Homepage-10_ {
	position:absolute;
	left:0px;
	top:459px;
	width:960px;
	height:47px;
}