/* CSS Document */

html {
	min-height: 100%;
	height: auto;
}

body {
	background: #fff;
	color: #AFAFAF;
	font-family:verdana;
	font-weight: normal;
	font-size:12px;
}
	.main_wrap {
		width:480px;
		height:350px;
	}
	.main_wrap h1 {
		font-family:georgia;
		font-size:20px;
		color:#009900;
		font-weight:normal;
		padding:0;
		margin:0 0 10px 0;
	}
	.main_wrap h2 {
		font-family:georgia;
		font-size:16px;
		color:#CC3300;
		font-weight:bold;
		padding:0;
		margin:6px 0 10px 0;
	}
	.main_wrap p {
		margin:10px 0 0 0;
		padding:0;
		font-family:arial;
		font-size:14px;
		color:#666666;
		line-height:18px;
	}
	.main_wrap p a {
		margin:0;
		padding:0;
		font-family:arial;
		font-size:13px;
		font-weight:bold;
		text-decoration:underline;
		color:#000000;
		outline:none;
	}
	.main_wrap p a:hover {
		text-decoration:none;
		color:#000000;
		outline:none;
	}