div.powermenDescription {
	float: left;
	width: 400px;
	padding: 20px 10px 20px 30px;
	text-align: left;
}


div.powermenImage {
	float: right;
	width: 500px;
	padding: 20px 20px 20px 10px;
	text-align: center;
}

div.powermenEnterButtons {
	float: right;
	width: 500px;
	height: 35px;
	margin-top: 30px;
	text-align: center;
	position: relative;
}

div.powermenEnterButtons div.buttonRight {
	position: absolute;
	right: 0px;
}

div.powermenEnterButtons div.buttonLeft {
	position: absolute;
	left: 0px;
}

div.powermenEnterButtons div.buttonMiddle {
	position: absolute;
	left: 175px;
}

h2 {
	margin-top: 50px;
	font-size: 13px;
}

a:link { font-size: 12px; text-decoration: none; font-weight: normal;	}
a:visited { font-size: 12px; text-decoration: none; font-weight: normal;	}
a:active { font-size: 12px; text-decoration: none; font-weight: normal;	}
a:hover { font-size: 12px; text-decoration: underline; font-weight: normal;	}


#powermenCopyright {
	height: 40px;
	line-height: 20px;
}
