@charset "utf-8";

/**
 * 
 * index.css
 * 
 * @site      Nintendo
 * @create    2011/10/18
 * @update    2011/10/18
 * 
 */

html{
	background:#0071ba;
}

body{
	min-width:0;
	padding:20px;
	background:#0071ba;
	text-align:center;
}

/**
 * mod-trailer
 */

.mod-trailer{
	width:538px;
	height:386px;
	margin:0 auto;
	padding:30px;
	overflow:hidden;
	position:relative;
	background:transparent url(../img/mod-trailer/bg.gif) center center no-repeat;
}

	.mod-trailer h1{
		margin-bottom:28px;
	}

/**
 * mod-close
 */

.mod-close{
	margin-top:20px;
	text-align:center;
}
