body {
	font: 90%/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
}

body, html {
	height: 100%;
	width: 100%;
}

.container {
	text-align: center;
	font-size: 3em;
}

[if IE].container {
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 2em;
	
	[if gte IE 7]background: url('ie7.png') no-repeat center center;
	[if lte IE 6]background: url('ie.jpg') no-repeat center center;
}

[if Webkit].container {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 70px;
	width: 400px;
	margin-top: -125px;
	margin-left: -200px;
	padding-top: 180px;
	
	-webkit-border-radius: 30px;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	
	background: url('webkit.png') no-repeat center 30px;
	background-color: #eee;
	
	-webkit-text-stroke: 1px #555;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

[if Opera].container {
	position: absolute;
	top: 50%;
	height: 60px;
	width: 100%;
	margin-top: -100px;
	padding-top: 140px;
	
	background: url('opera.png') no-repeat center 10px;
	background-color: #ccc;
}

[if Gecko].container {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 300px;
	margin-left: -150px;
	
	font-size: 32px;
	line-height: 2em;
	
	background: url('moz.png') no-repeat center center;
	background-color: #ddddff;
}
