/* ------------- setup */

body {
	margin: 0; padding: 0;
	background: #1e1e1e url('img/bg-texture.jpg') repeat top left; 
	color: #999;
/*
	background-image: url("img/bg-wood.jpg");
	background-repeat: repeat;
*/
	font-size: small;
	/*font-family:'Helvetica Neue UltraLight','HelveticaNeue-UltraLight','Helvetica Neue','HelveticaNeue', Verdana, sans;*/
	font-family: Arial, Verdana, sans;
}
a {
	color:#CCC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin: 0 0 1em;
}



ul {
	list-style: none;
	padding: 0;
	margin: 0; }
	
li {
		display: block;
		height: 30px;
		padding: 0;
		margin: 0 0 1px 0; }



#bar {
	height: 27px;
	background-image: url("img/topbar.png");
	background-repeat: repeat-x;
}

/* ------------- */
#wrapper {
	width: 741px;
	margin: 0 auto;
	/*border:1px solid red;
	loat:left;*/
	overflow:auto;
}

#wrapper img.title {
	margin: 20px 47px 30px;
}

#info {
    width: 580px;
    margin: 25px auto 0;
}

.text, #services {
    float: left;
}

.text {
    width: 340px;
    float: left;
    margin-right: 20px;
}

h1 {
    text-indent: -10000px;
    background: url(img/fruit-memory-logo.png) no-repeat;
    width: 341px;
    height: 80px;
    margin: 0 auto 20px;
}
#tweet {
	float:right;
	width: 210px;
	margin: 30px 0;
	
}

#copyright {
	clear: both;
	padding: 50px 0;
	margin: 50px auto;
	color: #757575;
	font-size: 11px;
	text-align: center;
}
