@import url(global.css);
/*
 * index.css: Stylesheet attributes applied to index.xhtml
 */
 
div#main
{
	margin-top: 100px;
	border-top: 3px solid White;
	border-bottom: 3px solid White;
}

div#main div
{
	width: 100%;
	height: 200px;
	background-image: url(../img/bluenoisebg.png);	
}

div#quote
{
	top: 350px;
	left: 75px;
	font-size: medium;
}

div#title_frame
{
	border-top: 3px solid #6D8EC9;
	border-bottom: 3px solid #6D8EC9;	
	position: absolute;
	width: 100%;
	top: 96px;
	z-index: 10;
}

div#title
{
	height: 208px;
	overflow: hidden;
	border-top: 1px solid White;
}

div#title div
{
	font-family: sans-serif, Arial, Helvetica;
	font-size: 90pt;
	color: White;
	font-weight: 900;
	margin-top: 102px;
	word-spacing: -20px;
	letter-spacing: -10px;
	font-variant: small-caps;
	width: 1000px;
}

div#menu
{
	top: 280px;
	right: 80px;
}
