/* ------------------------------------basic structure------------------------------------ */

* {
	padding: 0;
	margin: 0;
}

body, html {
    background: #eff3f5 url(http://yondy.yondaime.org/splash/body_bg.jpg) top repeat-x;
	color: #a0bbc6;
	font-family:Arial,Verdana,Sans-Serif;
	font-size:100%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	font-size: 100%;
}

body {
    min-width: 850px;
    }

img {
	border: 0;
	}

a {
    border: 0;
	text-decoration: none;
	color: #a6c8d5;
	}
	
p a {
	padding: 0 3px;
}

p a:hover {
	background-color: #ecf1f4;
	}

a img {
	border: 0;
        text-decoration: none;
	}

p {
        text-align: center;
        margin: 15px 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ---------------------------------start layout------------------------------------------- */

#wrap {
	background: url(http://yondy.yondaime.org/splash/yorg5years.jpg) top no-repeat;
	width: 500px;
	margin: 0 auto;
	padding: 260px 0 0 0;
	font-size: 0.7em;
	text-align: center;
    	min-height: 400px;
	height: 400px;
}

div[id] #wrap {
	height: auto;
}
