/* index page */

#holder {
	margin: 50px auto;
	width: 720px;
	height: 500px;
}

/* home page */

#container {
	text-align: center;
	margin: 100px auto;
	padding: 0px;
	border:0;
	width: 550px;
	height: 220px;
}

#left {
	float: left;
	width: 150px;
	height: 220px;
}

#right {
	float: right;
	width: 180px;
	height: 220px;
}

#center { 
	float: left;
	width: 220px;
	height: 220px;
	background: url(images/finart_logo.png) no-repeat center;
}

a.button { 
        background:url(images/buttons/about.png) no-repeat center; 
        width: 100px; 
        height: 100px; 
        display: block;
		margin-left: auto ;
 		margin-right: auto ;
		margin-top: 55px;
}

a.button span { 
        display: none; 
}

a.button:hover { 
        background: url(images/buttons/about_over.png) no-repeat center; 
}

a.button2 { 
        background:url(images/buttons/furniture.png) no-repeat center; 
        width: 160px; 
        height: 100px; 
        display: block;
		margin-left: auto ;
		margin-top: 55px; 
}

a.button2 span { 
        display: none; 
}

a.button2:hover { 
        background: url(images/buttons/furniture_over.png) no-repeat center; 
}

/* about page */

#wrapper {
	text-align: center;
	margin: 50px auto;
	width: 720px;
	height: 520px;
}

#main {
	background:url(images/About.jpg) no-repeat center; 
	width: 720px;
	height: 500px;
}

#footer {
	width: 720px;
	height: 20px;
	padding-top: 5px;
}

#footer a:link{ 
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #29AAE2;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
}