*{
	padding: 0px; 
	margin: 0px; 
}
body, html{
	padding: 0px; 
	margin: 0px; 
	background-color: #98cb00;
	height: 100%;
	font-family: Lucida Sans;
	font-size: 12px;
}
a{
	color: black;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
ul{
	list-style-position: outside;
	margin-left: 15px;
}
#mainDiv{
	min-height: 100%;
	height: 100%;
	height: auto;
	display: block;
	margin: 0 auto -70px;
}
#header{
	height: 136px;
	background-color: #CCFF00;
	min-width: 1170px;
}
#logo_imageMachine{
	background: url('../assets/logo_imageMachine.jpg') no-repeat;
	display: block;
	width: 82px;
	height: 71px;
	position: absolute;
	top: 25px;
	left: 45px;
}
#piven_face{
	background: url('../assets/piven_face.png') no-repeat;
	position: absolute;
	top: 25px;
	left: 45px;
	display: block;
	width: 205px;
	height: 133px;
}
#content{
	height: 618px;
	width: 1170px;
}
#footer{
	height: 70px;
	background: url('../assets/footer_bg.jpg') repeat-x;
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
	min-width: 1130px;
}
#credits{
	height: 21px;
	padding-top: 5px;
	padding-left: 20px;
	margin-top: 44px;
	float: left;
}

.followButton{
	background-repeat: no-repeat;
	height: 35px;
	display: block;
	padding-left: 65px;
	font-weight: bold;
	font-size: 12px;
	float: left;
	margin-top: 4px;
	padding-top: 18px;
	margin-left: 40px;
}
#btn_tweeter{
	background-image: url('../assets/btn_tweeter.jpg');
}
#btn_facebook{
	background-image: url('../assets/btn_facebook.jpg');
}
#btn_flickr{
	background-image: url('../assets/btn_flickr.jpg');
	background-position: 0px 1px;
}
#btn_song{
	display: block;
	position: absolute;
	top: 660px;
	left: 20px;
	width: 187px; 
	height: 35px;
	font-weight: bold;
	padding-top: 30px;
	padding-left: 65px;
	color: #990000;
	font-size: 12px;
	line-height: 14px;
	background: url('../assets/btn_song.jpg') no-repeat;
}
#navigation{
	background: url('../assets/menu_bg.jpg') no-repeat;
	position: absolute;
	left: 342px;
	top: 0px;
	height: 183px;
	width: 789px;
	background-color: white;
	padding-left: 15px;
}
#navigation a{
	display: block;
	width: 123px;
	height: 85px;
	margin-top: 92px;
	margin-right: 7px;
	float: left;
}
#link_about_on{
	background: url('../assets/btn_about.jpg') no-repeat 1px -1px;
}
#link_gallery_on{
	background: url('../assets/btn_gallery.jpg') no-repeat 1px -1px;
}
#link_blog_on{
	background: url('../assets/btn_blog.jpg') no-repeat 1px -1px;
}
#link_press_on{
	background: url('../assets/btn_press.jpg') no-repeat 1px -1px;
}
#link_contact_on{
	background: url('../assets/btn_contact.jpg') no-repeat 1px -1px;
}
#link_home1, #link_home2, #link_home3, #link_home4{
	display: block;
	position: absolute;
}
#link_home1{
	top: 0px;
	left: 975px;
	width: 170px; 
	height: 100px;
}
#link_home2{
	top: 0px;
	left: 930px;
	width: 50px; 
	height: 75px;
}
#link_home3{
	top: 100px;
	left: 1000px;
	width: 120px; 
	height: 35px;
}
#link_home4{
	top: 0px;
	left: 155px;
	width: 750px; 
	height: 85px;
}
.break{
	clear: both;
}

