* {
	margin: 0;
	padding: 0;
	}
body {
	background: #fff url(img/bg.jpg) repeat-x;
	font-family: arial, verdana, sans-serif;
	color: #000;
	}
.png
	{
	//background-image: none!important;
	behavior: url('pngfix.htc');
	}
a img {
	border: none;
	}
#wrap {
	min-width: 1000px;
	width: expression(document.body.clientWidth > 1000 ? "100%" : "1000px");
	margin: 0 auto;
	}
#main {
	width: 77%;
	margin: 0 auto;
	}
#logo {
	position: relative;
	width: 85%;
	top: 60px;
	margin: 0 auto;
	z-index: 2;
	}
#left {
	position: relative;
	width: 64%;
	height: 400px;
	top: -50px;
	float: left;
	background: url(img/monster.gif) no-repeat center 0;
	}
#right {
	width: 35%;
	height: 350px;
	float: right;
	}
#text1 {
	font-family: verdana, arial;
	font-size: 19px;
	width: 250px;
	}
#text2 {
	font-family: verdana, arial;
	font-size: 12px;
	padding-top: 20px;
	}
#text3 {
	font-weight: bold;
	font-size: 29px;
	padding-top: 10px;
	}
#text4 {
	font-family: verdana, arial;
	font-size: 14px;
	padding-top: 20px;
	width: 150px;
	}
#fam {
	width: 109px;
	height: 112px;
	float: right;
	background: url(img/family.gif) no-repeat;
	}
#right select {
	margin-top: 20px;
	width: 155px;
	font-family: verdana, arial;
	font-size: 13px;
	}
#right select option {
	width: 200px;
	}
#textblock {
	clear: both;
	position: relative;
	top: -50px;
	width: 90%;
	margin: 0 auto;
	}
h1 {
	font-weight: bold;
	font-size: 37px;
	letter-spacing: -0.05em;
	}
#textblock p {
	margin-top: 20px;
	font-size: 14px;
	color: #666;
	}
#textblock a {
	display: block;
	padding: 30px 0 30px 13px;
	background: url(img/arrow.gif) no-repeat 2px 35px;
	color: #0071ba;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	}
#t1, #t2 {
	color: #8c8c8c;
	font-size: 11px;
	}
#t1 {
	width: 55%;
	float: left;
	}
#t2 {
	width: 35%;
	float: right;
	}
