@charset "UTF-8";
/* CSS Document */

#wrapper {
width:100%;
}

a:link {
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #ffffff;
}
a:active {
	color: #ffffff;
}


#body {
font-family:Arial, Helvetica, sans-serif;
} 

#header {
 width: 100%;
 height: 120px;
 margin-bottom:20px;
 }
 
#content {
width:740px;
color:#000000;
margin-left: auto;
margin-right: auto;
}

#contentContact {
width:400px;
color:#000000;
margin-left: auto;
margin-right: auto;
}

#contentPortfolio {
width:600px;
color:#000000;
margin-left: auto;
margin-right: auto;
}

#footer {
 POSITION: fixed;
 bottom:0px;
	width:100%;
margin-top:20px;
width:100%;
height:25px;
background-image:url(images/images/menu_Slice-07.png);
background-repeat:repeat;
text-align:right;
padding-right:10px;
}

