@charset "utf-8";

/* CSS Document */

/* Fire&Ice - The dragon chronicle */ 



* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font: normal normal Georgia, "Times New Roman", Times, serif;
}

hr {
	float: left;
	margin: 10px 0 10px 0;
	height: 1px;
	border: none;
	border-top: 1px solid #353324;
	width: 600px;
}

/* Firefox */	
html>/**/body hr {
	margin: 10px 0 10px 150px!important;
	}

h1 span, 
h2 span, 
h3 span, 
h4 span, 
h5 span, 
h6 span {
	display: none;
	}

h3 {
	font: normal bold 14pt Arial, Helvetica, sans-serif;
	color: #9d9a72;
	}

#containerGlobal {
	margin: 0 auto;
	width: 900px;
}

#containerIntro {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 550px;
	background: #000 url('imagesMain/intro.jpg') no-repeat;
}

#enter {
	position: absolute;
	top: 360px;
	left: 381px;
	width: 141px;
	height: 108px;

	}

#enter span {
	display: none;
}

#enter a {
	width: 141px;
	height: 108px;
	background-position: top left;
}

#enter a:hover {
	background-position: bottom left;
}

#butEnter {
	position: absolute;
	width: 182px;
	height: 280px;
	background: transparent url('imagesMain/butEnter.jpg') no-repeat;
}

#flashContainer {
	width: 100%;
	height: 100%;
	min-width:960px;
	min-height:700px;	
}
