/* CSS Document */

body{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#imagem1{
	background-image: url(../images/portfolio_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	width: 348px;
	height: 435px;
	float: left;

}
#imagem2{
	background-image: url(../images/portfolio_02.gif);
	background-repeat: no-repeat;
	background-position: 348px 10px;
	width: 100%;
	height: 435px;
}
#slider{
	top: 300px;
	left: 350px;
	position: absolute;

}