body{
	margin: 0px;
	padding: 0px;
	font: 14px helvitica, tahoma, arial,sans-serif;
	line-height: 19px;
	background-image: url(http://cdn.jellyvisionlab.com/images/bg.png);
	color: #E7E6E4;
	height: 100%;
	width: 100%;
	}

div#container {
	width: 70%;
	margin: 0 auto;
	}

h1,h2,h3,h4,h5{
	border: none;
	background-color: transparent;
	font-family: Arial;
	font-weight: bold;
	padding: 0;
	}

h1 {
	margin: 0 0 10px 10px;
	color: #712318;
	line-height: 1.1em;
	font-size: 2.381em;
	}
h2 {
	margin: 0 0 10px 10px;
	color: #712318;
	line-height: 1.0em;
	font-size: 2.0em;
	}
h3 {
	margin: 10px 0 5px 10px;
	color: #712318;
	line-height: 1.0em;
	font-size: 1.8em;
	}
h4 {
	margin: 10px 0 0 10px;
	color: #712318;
	}

p {
	margin: 0px;
	background: white;
	padding: 16px 34px;
	color: #404040;
	line-height: 22px;
	}
	p.indent {
		margin-left: 25px;
		}
	p.mono {
		font-size:10.0pt;
		font-family:Courier
		}
	p.notice {
		color: #dd0000;
		}

ul,ol {
	margin: 0 0 0 34px;
	background:#ffffff;
	padding: 4px 14px;
	color: #404040;
	line-height: 22px;
	}

form {
	margin: 0 0 0 30px;
	}

div.content {
	margin-bottom: 40px;
	}

div.contTop {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	-webkit-border-top-left-radius: 35px;
	-webkit-border-top-right-radius: 35px;
	-moz-border-radius-topleft: 35px;
	-moz-border-radius-topright: 35px;
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
	background: #fff;
	display:block;
	}
div.contMid {
	background-color: #fff;
	margin: 0;
	padding: 0 12px;
	display:block;
	}
div.contBot {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	-webkit-border-bottom-right-radius: 35px;
	-webkit-border-bottom-left-radius: 35px;
	-moz-border-radius-bottomright: 35px;
	-moz-border-radius-bottomleft: 35px;
	border-bottom-right-radius: 35px;
	border-bottom-left-radius: 35px;
	background: #fff;
	display:block;
	}
