a:link {color: #3b493c; text-decoration: none;}
a:visited {color: #3b493c; text-decoration: none;}
a:active {color: #576f59; text-decoration: none;}
a:hover {color: #3b493c; text-decoration: none;}

body
{
font-family: verdana, arial, tahoma;
color: black;
font-style: normal;
font-weight: normal;
font-size: 12px;
text-align: center;
margin:0;
background: #dbf0f9 url('http://dreamful.org/images/bigbg.jpg') center;
	}

#container {
	position:absolute;
	top: 50%;
	height:440px;
	width:100%;
	margin-top: -220px; /*set to a negative number 1/2 of your height*/
	border:0;
    	background: url('images/background.jpg');
	}

#content {
	margin: 0 auto;
	width: 706px;
	height: 440px;
	}
	
#image {
	float: left;
	width: 326px;
	height: 440px;
	padding: 0;
	background: url('images/tree.jpg');
	}

#footer {
	margin: 0 auto;
	text-align: bottom;
	font-size: 0.8em;
	clear: both;
	}




#blog {
	display: block;
	position: absolute;
	float: left;
	width: 211px;
	height: 74px;
	margin-top: 50px;
	margin-left: 340px;
	background: url("images/blog.jpg") no-repeat 0 0;
	}

#blog:hover { 
	background-position: 0 -74px;
	}


#canvas{
	display: block;
	position: absolute;
	float:left;
	width: 286px;
	height: 77px;
	margin-top: 133px;
	margin-left: 410px;
	background: url("images/canvas.jpg") no-repeat 0 0;
	}

#canvas:hover { 
	background-position: 0 -77px;
	}


#yoru {
	display: block;
	position: absolute;
	float:left;
	width: 280px;
	height: 75px;
	margin-top: 220px;
	margin-left: 365px;
	background: url("images/yoru.jpg") no-repeat 0 0;
	}

#yoru:hover { 
	background-position: 0 -75px;
	}

span {
	display: none;
	}


    
input, textarea, select {
color: #000000;
width: 300px;
font-size: 11px;
font-family: verdana, arial, tahoma;
background-color: #e9def4;
border-style: solid;
border-color: #cfb8e6;
border-width: 1px;
}
