@charset "utf-8";

/* ===========================================
 * G.B.Gafas
 * -------------------------------------------
 * Home
 * -------------------------------------------
 * 
=========================================== */


/* Common
=========================================== */

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #000;
}

img {
	border: none;
}


/* Flash
=========================================== */

#flash_index {
	width: 100%;
	height: 100%;
}

#swf_index {
	text-align: center;
}


