* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	min-width:800px;
}


h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
}

p {
	display: none;
}

ul, ol {
	letter-spacing: -0.05em;
	margin-top: 1em;
	line-height: 160%;
}

ul {
	list-style: none;
}

ul li {
}

ol {
	margin-left: 1em;
	list-style-position: inside;
}

a {
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}


#yeah {
	margin: auto;
	height: 600px;
	width: 800px;
	background: url(images/back.png) right no-repeat;
}

#bayum{
	margin: 40px auto;
	height: 600px;
	width: 500px;
}



/*clicks*/

.link{
	width: 799px;
}

#design {
	margin-top: 100px;
	float: right;
	height: 88px;
	width: 259px;
	background: url(images/designa.png) no-repeat;
}


#foto {
	margin-top: 200px;
	float: right;
	height: 70px;
	width: 245px;
	background: url(images/fotoa.png) no-repeat;
}


#tweet {
	margin-top: 200px;
	float: right;
	height: 81px;
	width: 245px;
	background: url(images/tweeta.png) no-repeat;
}


#contact {
	margin-top: 200px;
	float: right;
	height: 81px;
	width: 245px;
	background: url(images/contacta.png) no-repeat;
}




/* Footer */

.foot { position:fixed; bottom:15px; right:15px; font-family: helvetica, sans-serif; font-size:11px; color:#000; line-height:165%; z-index:99; }
.foot a { text-decoration: none; color:#666; }
.foot a:hover { color:#000; }

