body{
	background:#333;
	color:#000;
	font-family:Sans;
}
#site{
	width:627px;
	height:370px;
	margin:5px auto;
	background-image:url(../imgs/ew_bg.png);
}
#ttl{
	position:relative;
	top:50px;
	left:200px;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
}
#ttl h1{
	font-size:50px;
}
#content{
	position:relative;
	top:100px;
	left:250px;
}
#tnitFoot{
	position:relative;
	top:100px;
	left:110px;
	width:250px;
	font-size:10px;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{
	text-decoration:underline;
}
