@charset "UTF-8";
/* CSS Document */



/*--------------------generalRules--------------------*/

* {
	margin: 0;
	}
	
html, body  {
	background: #e6e6e6 url(images/bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #828282;
	}

img {
	border: 0;
	}

#vertalign {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
	display: block;
	}

#content {
	margin-left: -100px;
	position: absolute;
	top: -100px;
	left: 50%;
	width: 222px;
	height: 224px;
	}
	
#content a:hover {
	cursor: pointer;
	}