* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a {
	font-size: 13px;
	font-family: Arial, Verdana;
	color: #cccccc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


body {
	background-color: #3d353b;
}

#content {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	background: url(imgs/background_temp.png);
	width: 819px;
	height: 528px;
	color: #ffffff;
}

#contentVide {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	background: url(imgs/background_tempVide.png);
	width: 819px;
	height: 528px;
}

#btnPortfolio {
	position: absolute;
	margin-left: 345px;
	margin-top: 305px;
	width: 406px;
	height: 41px;
}

#btnCV {
	position: absolute;
	margin-left: 345px;
	margin-top: 359px;
	width: 258px;
	height: 33px;
}

#btnContact {
	position: absolute;
	margin-left: 345px;
	margin-top: 411px;
	width: 167px;
	height: 21px;
}


#contentSpace {
	position: absolute;
	margin-left: 350px;
	margin-top: 150px;
	width: 500px;
	height: 380px;
	
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #cccccc;
}


//CSS CONTACT

INPUT { color: #000000; font-size: 11px; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #EEEEEE }
SELECT { color: #000000; font-size: 11px; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #EEEEEE }
TEXTAREA { color: #000000; font-size: 11px; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #EEEEEE }
.txterror, tt { color: #cccccc; font-size: 11px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.txtform, td { color: #ffffff; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }


	
	