/* CSS Document */

#leftimage img { 
position: absolute;
float: left;
top: 50px;
left: 10px;
width: 100 px;
}

#rightcontent {
  position: absolute;
  top: 20px;
  left: 130 px;
  padding: 0;
  margin-left: 130px
}

#frontcontent {
   position: absolute;
   left: 115px;
   top: 50px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

/*#frontcontent img {


}*/

#announcement a {
	position: absolute;
	top: 100px;
	left: 75px;
	border-style:solid;
	border-width:2px;
	border-color:#fff;
	padding:5px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}

#announcement a:hover {
	color:#0000EE;
	}

#keynoteb a {
	position: absolute;
	top: 175px;
	left: 75px;
	border-style:solid;
	border-width:2px;
	border-color:#fff;
	padding:5px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}

#keynoteb a:hover {
	color:#0000EE;
	}


