BODY {
	PADDING: 0px; 
	MARGIN: 0px;
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	BACKGROUND-IMAGE: url("images/bg.png");
}

INPUT {
	BORDER: #999999 1px solid;
}


div#temp {
	width: 318px;
	height: 470px;
	background-image: url("images/obama-daniel.png");
	float: left;
	position: relative;
	left: 30%;
	text-align: left;
	vertical-align: middle;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}
div#temp:hover {
	width: 318px;
	height: 470px;
	background-image: url("images/obama-daniel.png");
	float: left;
	position: relative;
	left: 30%;
	text-align: left;
	vertical-align: middle;
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;
}
div#text {
	width: 318px;
	height: 470px;
	background: #f0f0f0;
	float: left;
	position: relative;
	left: 30%;
	text-align: left;
	vertical-align: middle;
	font-family: Arial;
	color: #050505;
	font-size: 120%;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}
div#text:hover {
	width: 318px;
	height: 470px;
	background: #f0f0f0;
	float: left;
	position: relative;
	left: 30%;
	text-align: left;
	vertical-align: middle;
	font-family: Arial;
	color: #050505;
	font-size: 120%;
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;
}


div#container {
	width: 636px;
	background: none;
	height: auto;
	float: left;
	vertical-align: middle;
	margin: 10px 5% 5px 5%
}

a {
	TEXT-DECORATION: none;
	font-weight: bold;
	color: #050505;
}
a:visited {
	color: #050505;
	TEXT-DECORATION: none;
	font-weight: bold;	
}
a:active {
	TEXT-DECORATION: none;
	color: #050505;
	font-weight: bold;
}
a:hover {
	TEXT-DECORATION: none;
	color: #f50f0f;
	font-weight: bold;
}

font.top {
	font-size: x-large;
	font-weight: bold;
}

#copyright {
	position:absolute; 
	bottom:10px; 
	left:10px; 
	width:auto; 
	z-index:10; 
	padding:5px;
	background: #fff;
	text-align: left;
	vertical-align: middle;
	font-family: Arial;
	color: #050505;
	font-size: 60%;
}
