html, body {
	height: 100%; width: 100%;
	margin: 0; padding: 0; border: 0;
	text-align: center;
	font-family: Arial, DejaVu Sans, Sans, sans-serif;
}
a:focus { outline: none; }
div#container {
	position: absolute; left: 50%; top: 0px;
	width: 410px;
	margin-left: -205px; padding: 0px; border: 0px;
	background-color: #A70000;
	color: white;
	overflow-x: hidden;
	overflow-y: hidden;
	z-index: 1;
	text-align: center;
}
div#content {
	position: absolute; left: 50%; top: 90px;
	width: 800px;
	margin-left: -400px;
	text-align: left;
	font-family: Arial, DejaVu Sans, Sans, sans-serif; font-size: 11px;
	line-height: 22px;
}
div#content li {
	line-height: 22px;
}
div#menu {
	position: absolute; top: 0px; left: 0px;
	width: 100%; height: 70px; line-height: 50px;
	font-family: Arial, DejaVu Sans, Sans, sans-serif; font-size: 12px;
	text-align: center;
	background: #A70000 url('../_img/frame.bottom.png') repeat-x bottom;
}
div#menu a {
	color: white; padding-left: 8px; padding-right: 8px;
	text-decoration: none;
	z-index: 2;
}
div#menu a:hover {
	text-decoration: underline;
}
img#bigLogo {
	position: relative;
	border: 0; margin-top: 16px;
	z-index: 3;
}
img#smallLogo {
	height: 60%; vertical-align: middle; border: 0;
}
div#frameTop {
	position: absolute; top: 0px; left: 0px;
	width: 100%; height: 22px;
	background: url('../_img/frame.top.png') repeat-x;
	z-index: 1;
}
div#frameBottom {
	position: absolute; bottom: 0px; left: 0px;
	width: 100%; height: 22px;
	background: url('../_img/frame.bottom.png') repeat-x;
	z-index: 1;
}
div#frameLeft {
	position: absolute; top: 0px; left: 0px;
	width: 22px; height: 100%;
	background: url('../_img/frame.left.png') repeat-y;
	z-index: 1;
}
div#frameRight {
	position: absolute; top: 0px; right: 0px;
	width: 22px; height: 100%;
background: url('../_img/frame.right.png') repeat-y;
	z-index: 1;
}
div#frameTopLeft {
	position: absolute; top: 0px; left: 0px;
	width: 50px; height: 50px;
	background: #A70000 url('../_img/frame.top.left.png') no-repeat;
	z-index: 2;
}
div#frameTopRight {
	position: absolute; top: 0px; right: 0px;
	width: 50px; height: 50px;
	background: #A70000 url('../_img/frame.top.right.png') no-repeat;
	z-index: 2;
}
div#frameBottomLeft {
	position: absolute; bottom: 0px; left: 0px;
	width: 50px; height: 50px;
	background: #A70000 url('../_img/frame.bottom.left.png') no-repeat;
	z-index: 2;
}
div#frameBottomRight {
	position: absolute; bottom: 0px; right: 0px;
	width: 50px; height: 50px;
	background: #A70000 url('../_img/frame.bottom.right.png') no-repeat;
	z-index: 2;
}
div#alert {
	position: relative; left: -170px;
	width: 320px;
	padding: 10px;
	margin-left: 50%; margin-top: 10px;
	border-radius:  	10px;
	-moz-border-radius:	10px;
	-khtml-border-radius:	10px;
	-webkit-border-radius:	10px;
	background-color: #EEEEFF;
	color: #444444;
	overflow: auto;
	z-index: 3;
}
div#alert a {
	text-decoration: none;
	color: black;
}
div#alert a:hover {
	text-decoration: underline;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form#shortener {
	position: relative;
	width: 90%;
	padding: 0%; border: 0px; margin: 0px;
	padding-left: 5%; padding-right: 5%;
	text-align: center;
	z-index: 3;
}
input#UrlToShorten {
	position: relative;
	width: 100%; height: 24px; line-height: 24px;
	margin-top: 20px; margin-bottom: 20px;
	border: 2px solid #AAAAAA;
	font-size: 18px;
	z-index: 3;
}
div#explanation {
	position: relative;
	width: 100%; text-align: center;
	margin: 0; border: 0; padding: 0; margin-bottom: 40px; margin-top: 15px;
	font-family: Arial, DejaVu Sans, Sans, sans-serif; font-size: 12px; font-weight: bold;
	color: white;
	z-index: 3;
}
span#saveColors {
	position: absolute; bottom: 0px; left: 50%;
	width: 110px; height: 10px; line-height: 10px;
	margin-left: -55px; 
	font-family: Arial, DejaVu Sans, Sans, sans-serif; font-size: 9px; color: #444444;
	z-index: 3;cursor: pointer;
}
span#saveColors:hover {
	text-decoration: underline;
}
p#shareBar {
	margin: 0; border: 0; padding: 0; margin-top: 8px;
}
p#shareBar a {
	margin-left: 8px; margin-right: 8px;
}
p.header {
	font-size: 18px; font-weight: bold;
	text-align: center;
}

