﻿/* CSS
	Placeholder
	Stefan van Leusden
	Januari 2009
*/

/* *******************
	Basic Elements
	******************* */

.Container {
	text-align:				center;
}

.Logo {
	background-image:		url('../Images/E-force_logo_rgb_02.jpg');
	background-repeat:	no-repeat;
	width:					298px;
	height:					199px;
	margin-top:				180px;
	margin-left:			auto;
	margin-right:			auto;
}

.PlainText {
	color:					black;
	text-align:				center;
	padding-top:			20px;
}

.PlainText a{
	color:					black;
	text-decoration:		none;
}

.PlainText a:hover{
	color:					black;
	text-decoration:		underline;
}