html, body {
	height:100%;
}
body {
	margin:0;
	padding:0;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#656252;
	background:#f5f4eb;
}
img {
	border:0;
}
a, a:hover {
	color:#ff7800;
	text-decoration:underline;
}
.root {
	position:relative;
	height:100%;
	min-height:577px;
	background:url(../img/g_b.gif) 0 100% repeat-x;
	min-width:617px;
}
.g_t {
	background:url(../img/g_t.gif) 0 0 repeat-x;
	padding:37px 0 85px 0;
	text-align:center;
}
.mac_bg {
	background:url(../img/mac_bg.jpg) no-repeat;
	width:617px;
	height:455px;
	position:relative;
	margin:0 auto;
}
.mac {
	position:absolute;
	top:22px;
	left:180px;
	background:url(../img/mac.jpg) no-repeat;
	width:252px;
	height:299px;
}
.txt {
	position:absolute;
	bottom:0;
	left:50%;
	width:324px;
	margin-left:-140px;
	padding-bottom:40px;
	line-height:18px;
}
a.bg {
	position:relative;
}
a.bg img {
	position:absolute;
	top:15px;
	left:-2px;
	visibility:hidden;
}
a.bg:hover {
	border-color:#fff;
}
a.bg:hover img {
	visibility:visible;
}