body {
	border:0px;
	padding:0px;
	height:100%;
	max-height:100%;
	background:#fff;
	font-family:arial, verdana, sans-serif;
	font-size:76%;
	overflow: hidden;
	margin: 0px;
}
/* for internet explorer */
* html body {
	padding:0px 0px 100px;
}
#container {
	position:fixed;
	left:0px;
	bottom:120px;
	right:0px;
	overflow:auto;
	padding:20px 0px 0px;
	top: 0px;
	text-align: center;
	background-image: url(images/mic.jpg);
	background-repeat: no-repeat;
	height: 100%;
	background-position: -200px 30px;
	margin: 0px;
	z-index: 1;
}
#container2 {
	position:fixed;
	left:0px;
	bottom:120px;
	right:0px;
	overflow:auto;
	padding:20px 0px 0px;
	top: 0px;
	text-align: center;
	background-image: url(images/mic2.jpg);
	background-repeat: no-repeat;
	height: 100%;
	background-position: -110px 30px;
	margin: 0px;
	z-index: 1;
}
.center {
	text-align: center;
}

.wrap {
	width: 950px;
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #525252;
}
.headline {
	margin-left: 320px;
	margin-bottom: 30px;
}


*  html  #container1 {
	height:100%;
	width:100%;
}
.left {
	float: left;
}
.right {
	float: right;
}

#footer {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:100px;
	overflow:hidden;
	background:#000000 url(images/footerbg.gif) repeat-x;
	color: #787777;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	z-index: 2;
}
#footer #fix {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

* html #footer {
	height:100px;
}
#footer ul {
	margin:0px;
	padding:0px 0px 0px 20px;
	list-style-type:none;
	height:3em;
	text-align: center;
}
#footer ul li {
	display:inline;
	color:#73a2bd;
}
#footer a, #footer a:visited {
	font-size:1.1em;
	text-decoration:none;
	color:#787777;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	height: 50px;
	padding-top: 18px;
	padding-bottom: 0px;
}
#footer a:hover, #footer a.active, #footer a:visited.active {
	color:#000000;
	text-decoration:none;
	background-image: url(images/paper_hl.jpg);
	background-repeat: repeat-x;
}
.bigpic {
	text-align: right;
	margin-right: 10px;
}
.entry {
	text-align: right;
	width: 150px;
	float: left;
	margin-left: 300px;
}
.entry h1 {
	color: #000000;
	font-size: 32px;
	font-weight: bold;
	margin-top: 20px;
}


#finalthumb {
	margin: 0px;
	padding: 0px;
}

#finalthumb li {
	float: left;
	display: block;
	list-style-type: none;
	margin-right: 9px;
	margin-bottom: 10px;
}
#finalthumb a {
	display: block;
	height: 120px;
	width: 121px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.columnone {
	width: 390px;
	margin-left: 500px;
	min-height: 600px;
}

.columnone h1 {
	margin: 20px 0px 0px;
	padding: 0px;
}
.columnone h2 {
	margin: 10px 0px 0px;
	padding: 0px;
}

.extra {
	display:inline;
	float:left;
	text-decoration:none;
	margin:0;
	display:inline;
}
.extra em {
	font-style:normal;
}
.extra em.txt, .extra b {
	display:none;
}
.extra .head {
	display:block;
}
.extra img {
	border:0;
	display:block;
}
.extra:hover {
	background:#fff;
	position:relative;
	cursor:pointer;
	text-decoration:none;
}
.extra:hover b {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:120px;
	background:#FFFFFF;
	height:120px;
	opacity:0.7;
}
.extra:hover .color3 b {
	background:#000000;
}
.extra:hover em.txt {
	display:block;
	position:absolute;
	width:120px;
	height:120px;
	color:#FFFFFF;
	text-align: center;
	font-size: 18px;
}
