* { border: 0; margin: 0; padding: 0; }

html {
	overflow-y: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	width: 950px;
	margin-left: auto; margin-right: auto;
}

a { text-decoration: none; }

a:hover { text-decoration: underline; }

.left { float: left; }

.right { float: right; }
.clear { clear: both; }

#fog {
	position: fixed ! important; position: absolute;
	width: 100%; height: 100%;
	top: 0px; left: 0px;
	display: none;
	background-color: #000000;
	filter: alpha(opacity=70);
	opacity: .7;
	cursor: pointer;
}

#fog a {
	display: block;
	width: 100%;
	height: 100%;
}

.fogCenter {
	position: absolute;
	top: 50%; left: 50%;
	display: none;
	z-index: 1;
}
