@charset "utf-8";
/* CSS Document */

*{ margin: 0; padding: 0;}

body{
	background: #222 url(../img/bg_body.jpg) repeat-y center top;
	}
	
div#page{
	width: 800px;
	margin: 0 auto;
	}
	
h1{
	display: block;
	width: 343px;
	height: 146px;
	margin: 50px auto;
	margin-bottom: 0;
	background: url(../img/logo.png) no-repeat left bottom;
	}
	
h1 a{
	display: block;
	width: 343px;
	height: 146px;
	}

h2{
	display: block;
	width: 318px;
	height: 27px;
	background: url(../img/slogan.png) no-repeat left top;
	margin: 0 auto;
	margin-bottom: 100px;
	}

ul{
	list-style: none;
	width: 502px;
	height: 102px;
	margin: 0 auto;
	}
	
ul li{
	width: 251px;
	height: 102px;
	float: left;
	}
	
ul li a{
	display: block;
	width: 251px;
	height: 102px;
	}

ul li.security{ background: url(../img/menu_welcome.jpg) no-repeat left bottom;}
ul li.decoration{ background: url(../img/menu_welcome.jpg) no-repeat right bottom;}
ul li.security a{ background: url(../img/menu_welcome.jpg) no-repeat left top;}
ul li.decoration a{ background: url(../img/menu_welcome.jpg) no-repeat right top;}

div#footer{
	width: 800px;
	position: absolute;
	bottom: 20px;
	}

p{
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 12px;
	text-align: center;
	padding: 8px 0;
	line-height: 18px;
	}
.invis{ display: none;}