body {
	min-width:900px;
	min-height:600px;
}

img {
	border:0;
}

#splash {
	/* empty */
}

#container { /* for center */
	position:fixed;
	left:50%;
	top:50%;
	text-align:center;
}

#container-top { /* for top center */
	position:fixed;
	left:50%;
	top:0;
	text-align:center;
}

#container-bottom { /* for bottom center */
	position:fixed;
	left:50%;
	bottom:0;
	text-align:center;
}

#container-right { /* for right center */
	position:fixed;
	top:50%;
	right:0;
	text-align:center;
}

#container-left { /* for left center */
	position:fixed;
	top:50%;
	left:0;
	text-align:center;
}

#main {
	margin:0 auto;
}

#nav {

}

#content { 

}

#extra {

}
