html {
	height: 100%;
}

body {
	position: relative;
	height: 100%;
	min-width: 320px;
	font-family: Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 100%;
	color: #999999;
	background: #eaeaea;
}

* {
	margin: 0;
	padding: 0;
}

br.clear {
	clear: both;
}

img {
	border: 0;
}

ul {
	list-style-position: inside;
}

a {
	text-decoration: none;
	outline: none;
	color: #0099DB;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #551A8B;
}

fieldset {
	border: 0;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.capitalize {
	text-transform: uppercase;
}

div.wrap {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
	background-image: -ms-linear-gradient(#ffffff, #f5f5f5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
	background-image: -webkit-linear-gradient(#ffffff, #f5f5f5);
	background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -o-linear-gradient(#ffffff, #f5f5f5);
	background-image: linear-gradient(#ffffff, #f5f5f5);
	-moz-box-shadow:  0 0 250px #dfdfdf inset;
	-webkit-box-shadow:  0 0 250px #dfdfdf inset;
	box-shadow: 0 0 250px #dfdfdf inset;
}

div.wrap div.inside {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

div.wrap div.inside img {
	vertical-align: middle;
}