html, body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height:18px;
	text-transform:uppercase;
	color:#999;
	background-color:#000;
}
/*\*/
html, body, .swc0 {
	height: 100%;
}
.swc0 {
	margin: 0 auto;
	display: table;
}
.swc1 {
	display: table-cell;
	vertical-align: middle;
}
/**/
.swc1 {
	height: 100%;
	white-space: nowrap;
}
* html .swc1 {
	text-align: center;
}
* html #outer, * html .swc3 {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
* html .swc3 {
	height: 100%;
}
/*\*/
* html #outer {
	display: inline;
	height: 0;
}
/*/
#outer, .swc3 {
	width: 1px;
}
/**/
div {
	margin: 0;
	padding: 0;
}
#outer {
	width: 600px;
	height: 600px;
	margin: 0 auto;
	position: relative;
}
#content {
	background-color:#222;
	width: 600px;
	height: 500px;
}
#blockOne {
	margin: 20px 0px 0px 140px;
	position:absolute;
	width:100px;
	text-align:left;
}
#blockTwo {
	margin: 100px 0px 0px 460px;
	position:absolute;
	width:100px;
	text-align:left;
}
#blockThree {
	margin: 415px 0px 0px 290px;
	position:absolute;
	width:100px;
	text-align:right;
}
#blockFour {
	margin: 320px 0px 0px 20px;
	position:absolute;
	width:100px;
	text-align:right;
}
#blockMiddle {
	margin: 235px 0px 0px 200px;
	position:absolute;
	width:200px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.small {
	font-size:7px;
	font-weight:normal;
	color:#555;
}
.bold {
	font-weight:bold;
}
.normal {
	font-weight:normal;
	text-transform:none;
	font-size:7px;
	color:#555;
}

a:link {text-decoration: none; color:#999;}
a:visited {text-decoration: none; color:#999;}
a:active {text-decoration: none; color:#999;}
a:hover {background-color:#fff; color:#000;}







