html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
		margin: 0px;
		margin-top: 5px;
		padding: 0;
		color: #000;
		background: #181818 url('http://photos.locortes.net/img/bg_rule_red.gif') repeat-x;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: small; /*for compliant browsers */	
		font-size: xx-small; /*for IE5/Win */
		voice-family: "\"}\"";
		voice-family: inherit;
	}
	
	a {	
		color:#bb8fc0;
		text-decoration:none;
		font-weight:bolder;
	}
	
	/*
		MOOTOOLS
	*/
	h3.section {
	margin-top: 1em;
	}
	
	#vertical_slide, #horizontal_slide {
	background: white;
	/*
		background: #D0C8C8;
		color: #8A7575;
		padding: 10px;
		font-weight: bold;
		*/
	width:100%;
	padding:10px;
	vertical-align:middle;
	text-align:center;
	border: 5px solid red;
	}
	
	div.marginbottom {
		/* Since the Fx.Slide element resets margins, we set a margin on the above element */
		margin-bottom: 10px;
	}
	div.menu{
		background-color:red;
		text-align:center;
	}
	
	#v_toggle{
		color: white;
		font-style:normal;
		font-stretch:expanded;
		font-variant:normal;
		font-weight:bolder;
		text-decoration:overline;
	}