body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background: #000;
	margin: 0px;
	padding: 30px 0px 0px 0px;
}

#wrap {
width:700px;
margin:auto;
}

#image {
display:inline;
float:left;
margin-right:40px;
}

#text01 {
float:right;
width:50%;
margin-bottom: 40px;
}

#text01 img {
float:left;
margin:5px 7px 7px 0px;
}

#text01 a, a:link, a:visited {
color:#FF2C34;
font-weight: bold;
padding:1px 2px;
text-decoration:none;
background-color:#CCC;
}

#text01 a:hover, a:focus {
background:#FF2C34;
color:#000;
}

#image a, a:link, a:visited {
color:#FF2C34;
font-weight: bold;
padding:1px 2px;
text-decoration:none;
background-color:#CCC;
}

#image a:hover, a:focus {
background:#FF2C34;
color:#000;

}


#footer {
clear:both;
}

#footer a {
padding: 0px;
background: none;
}


