@charset "UTF-8";

/* ****************************************************
Title: top.css
Created date: 2010/06/02
Last Modified: 2010/06/02
Created by: iGrove
***************************************************** */


/* Table Of Contents
----------------------------------------

#01 layout
#02 footer

----------------------------------------*/


/* #01 layout
---------------------------------------------------------------------------- */

body{
	background:#ffcccc;
}

body div{
	background:#ffcccc;
}

div#layout {
	position:absolute;
	width:350px;
	height:350px;
	top:50%;
	left:50%;
	margin-left:-180px;
	margin-top:-175px;
}

/* #02 footer
---------------------------------------------------------------------------- */

