/***************************************************************
 * BROWSER STANDARDIZATION AND GENERAL STYLE
 ***************************************************************/
@import url(reset.css);
@import url(common.css);

/***************************************************************
 * Base
 ***************************************************************/
body {
	background: #000;
	
} 
 
#wrapper {
	position: relative;
	height: 100%;
	width: 100%;
	min-height: 900px;
	min-width: 1480px;
}

#application-container #no-flash {
	width: 1280px;
	margin: 0 auto;
	display: block;
}

#fb_like {
	width: 450px;
	height: 24px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 10000px;
}

#fb_like iframe {
	border: 0px;
	width: 450px;
	height: 24px
}

/***************************************************************
 * Top
 ***************************************************************/

/***************************************************************
 * Video
 ***************************************************************/

/***************************************************************
 * Content
 ***************************************************************/

/***************************************************************
 * Footer
 ***************************************************************/
