body{

}
#title{
	width:220px;
	height:175px;
	background:url(../img/content_title.png) no-repeat bottom right;
	text-indent:-9999px;
	position:absolute;
	left:0;
	top:0;
}
#wrapper{
	text-align:left;
}
@-webkit-keyframes TitleArea {
	0% {
		-webkit-opacity:0;
	}
	100% {
		-webkit-opacity:1;
	}
}
@-moz-keyframes TitleArea {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
#content{
	-webkit-animation-name: TitleArea;
	-webkit-animation-fill-mode:backwards;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: TitleArea;
	-moz-animation-fill-mode:backwards;
	-moz-animation-delay: 0.5s;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 1;
	background:url(../img/content_sdw.png) repeat-y 50px 0;
	text-align:left;
	letter-spacing:0;
	margin-bottom:60px;
}
.ml90{
	margin-left:90px;
}
.ml10{
	margin-left:10px;
}
.w340{
	width:340px;
}
p a{
	color:#000;
	text-decoration:none;
}
p a:hover{
	color:#f90;
}

h2{
	height:55px;
	text-indent:-9999px;
	margin-top:14px;
	margin-bottom:25px;
}
#footer{
	background:url(../img/footer.png) no-repeat 45px bottom;
	height:90px;
	margin-bottom:-10px;
}