/* hide from ie on mac */	
#flashcontent {width: 1000px; height: 750px;}
/* end hide */

body {
	background: url('bg_gradient.png') repeat-x;
	background-color: #191206;
}

div {
	/*border: 1px dotted red;*/
}

#button_about {
	width: 245px;
	height: 41px;
	background: url('button_about.png');
}

#button_about:hover{
	cursor: pointer;
	background: url('button_about_O.png');
}

#button_folio {
	width: 245px;
	height: 41px;
	background: url('button_folio.png');
}

#button_folio:hover{
	cursor: pointer;
	background: url('button_folio_O.png');
}

#button_blog {
	width: 245px;
	height: 41px;
	background: url('button_blog.png');
}

#button_blog:hover{
	cursor: pointer;
	background: url('button_blog_O.png');
}

#button_contact {
	width: 245px;
	height: 25px;
	background: url('button_contact.png');
}

#button_contact:hover{
	cursor: pointer;
	background: url('button_contact_O.png');
}

#button_back{
	width: 245px;
	height: 25px;
	background: url('button_back.png');
}

#button_back:hover{
	cursor: pointer;
	background: url('button_back_O.png');
}