/* CSS Document */

html {
	height: 100%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

body {
	height: 100%;
	margin: 0;
	background: #000;
}

p {
	margin: 0px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #FFF;
	text-align:justify;
	}

.clr {
	clear: both;
}

a:link, a:visited{
	color: #A5AAEA;
	text-decoration: underline;
	font-size:14px;
	}

a:hover, a:active, a:focus{
	text-decoration: none;
	}
	
/************************ CONTENT ***************************/

td#content{
	height:100%;
	}

div#content{
	width:775px;
	height:488px;
	background:#000;
	color:#FFF;
	text-align:left;
	}

div#portfolio{
	width:100%;
	background:#000;
	}

div#home{
	background:url(../images/back.jpg) no-repeat top center;
	width:775px;
	height:488px;
	}

div#contact{
	background:url(../images/back2.jpg) no-repeat top center;
	width:775px;
	height:488px;
	}

div#email{
	margin-left: 0px!important;
	margin-top: 0px!important;
	margin-left: 188px;
	margin-top: 276px;
	padding-left: 188px!important;
	padding-top: 276px!important;
	padding-left:0px;
	padding-top: 0px;
	}

div#texto{
	padding-top: 20px;
	margin-left: 245px;
	width:392px;
	text-align:justify;
	line-height:19px;
	height:380px;
	sbackground: #443B2C;
	}

a.tekstlink:link, a.tekstlink:visited{
	color:#FFF;
	text-decoration:underline;
	font-size:12px;
	}

a.tekstlink:hover, a.tekstlink:active, a.tekstlink:focus{
	text-decoration:none;
	}

span.titulo{
	font-size: 20px;
	}
	
div#homelinks{
	margin-left: 265px;
	}

div#contactlinks_port{
	margin-left: 425px;
	margin-top: 135px
	}

div#contactlinks_home{
	margin-left: 590px;
	margin-top: -28px
	}


