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

/* Import external stylesheet */
@import url('reset.css');

/* Common HTML tags */
body
{
	font: 76%/100% helvetica,verdana,arial;
	color:#666;
	text-align:left;
	line-height:10px;
	border-top:10px solid #eee;
	border-bottom:10px solid #eee;
	
}

/* Wrapper & Container */

#container {
  background:#fff;
  width:920px;
  height:550px;
  margin: 0 auto;


}

#wrapper
{
	width:100%;
	height:500px;
	margin:0 auto;
	background:#fff;
	border: 1px solid silver;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align:center;
}

#logo{
margin: 0 auto;
background:url("images/logo_index.gif") no-repeat center;
width:453px;
height:353px;
}


#info {
margin:0 auto;
width: 400px;
height:auto;
}

#info h1{
text-align:left;
font-size:2.2em;
font-weight:normal;
margin-bottom:20px;
margin-left:10px;
}

#info p a{
text-decoration:none;
font-size: 1.2em;
font-weight:bold;
color:#666;
line-height:2em;
margin-left:10px;
    background:url("images/arrow.gif") no-repeat -5px center;
   text-align : left;
   padding : 5px 5px 5px 25px; 

}

#info p a:hover{
text-decoration:none;
font-size: 1.2em;
color:#33CC66;
line-height:2em;
}
