﻿/* CSS för intro */
html {
	height: 100%;
	/*overflow: hidden;*/
	background-color:#000;
	color:#fff;
}
	
/* end hide */
#introflash {
	height: 100%;
	width:100%;

}
#introhtml {
	width:650px;
	margin:50px auto;
}
body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align:center;
}