/* 	This is a commented line */

body {
	font-family: tahoma;
	font-size: 0;
	margin: 0px;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #089cd2;

	/*
	background-position: center center;
	background-attachment: fixed;
	*/
}

.container {
/*	background-image: url("images/page_bottom_repeat.jpg"); */
	width: 1000px;
	height:600px;
	margin: auto;
	overflow: hidden;

}	

.portfolio_text {
	background-image: url(images/portfolio_1_5.jpg); 
	width: 134px;
	height: 333px; 
	margin: auto;
	overflow: hidden;

	background-repeat: no-repeat;
 }



.fl {
	float: left;
}

.fr {
	float: right;
}

