@charset "UTF-8";

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #662d91;
}

a { color: #662d91; }

#content {
	width: 528px;
	margin: 50px auto;
	background-color: #f7f1fb;
	border: 1px solid #e0d0eb;
	text-align: center;
}

#content h1 {
	height: 228px;
	margin: 0;
	padding: 0;
	background-image: url(../images/demo/romeo_logo.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

ul a { 
	display: block;
	line-height: 40px;
	text-decoration: none;
	background-image: url(../images/demo/list_item_bg.gif);
	background-repeat: repeat-x;
}

ul a:hover {
	text-decoration: underline; 
}

li#super-user a {
	margin-top: 10px;
}

a#manual {
	display: block;
	height: 25px;
	width: 110px;
	margin: 35px auto;
	padding-left: 20px;
	line-height: 25px;
	background-image: url(../images/demo/manual_icon.gif);
	background-repeat: no-repeat;
	background-position: 10px 0;
}