/* reset */

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}
/* end reset*/


/* Scrollbar */

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 10px;
}

::-webkit-scrollbar-button:vertical:increment {
    background-color: transparent;
}

::-webkit-scrollbar-track-piece {
    -webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #e9eadc;
    -webkit-border-radius: 3px;
}

/* end Scrollbar */


html {
	overflow: auto;
	background-color: transparent;
}

img {
	border: none;
}

body {
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	min-width:800px;
	/* For scrollbar */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
    }
    
@media only screen and (max-device-width:1024px) {
	body {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		overflow: auto;
	}
}

/* end For scrollbar */


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;
}

/*Links*/

.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;
}

/*end Links*/



/* 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; }

