@charset "utf-8";
/* CSS Document */

@import url("reset.css");

* {
	margin: 0;
	padding: 0;
}

html, body {
	/*overflow:hidden;*/
	height: 632px;
}

body {
	background: url(../img/bgPrehome.gif) repeat;
}

#Flashcontent {
	height: 632px;
}