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


html {
	height:100%;
}

body {
	background:url(/_shared/img/visual.jpg) no-repeat 100% 100% #000;
	
}

h1, p {
	margin:0;
	padding:0;
	line-height:1;
	position:absolute;
}


h1 {
	bottom:255px;
	left:14px;
}

p {
	font-size:80%;
	bottom:240px;
	left:16px;
}

a {
	color:#4d4d4d;
	text-decoration:none;
}

a:hover {
	color:#666;
}