/* CSS Document */

/* generic stuff */

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

a {
	text-decoration:none
	}
a:link { 
	color: #7684c2;
	}
a:visited { 
	color: #7684c2;
	}
a:hover { 
	color: #CCCCCC;
	color: #33120D;
	text-decoration: none;
	cursor: pointer
	}

body {
	height: 100%;
	text-align : center;
	min-width : 770px;
	margin: 0px;
	background: #4a1216 url(../PIX/bg2.png) repeat-y 50% 0;
}


div.wrapper2 {
	width : 700px;
	text-align : left;
	margin-left : auto;
	margin-right : auto;
	position : relative;
	height: 100%;
}

#intro_flash {
	top: 300px;
	text-align: center;
	top: 150px;
	position: absolute;
}
