/* body background and font style */
body
{ 
	background-attachment : fixed;
	
	background-color : #cc99ff;
	font-family : "Arial","MS Serif", "New York", serif;
	color: #000000;
}


/* content info */
div#content{
	
	
	background-image : url(images/facesbg1.jpg);
	
	width: 600px;
	height: 500px;
	border: 2px double #cc99ff;
	
	
	padding: 2px;
}


div#content font1{
	color: #0000fe;
	
}

div#content font2{
	color: #000000;
	
}

div#content font3{
	color: #FB0000;
	
}

a#button1 {
    display: block;
    width: 120px;
    height: 88px;
    background-image: url(images/homebbut.gif);
    margin: 0 auto;
}
a#button1:hover {
    background-image: url(images/homebbut1.gif);
}

a#button2 {
    display: block;
    width: 120px;
    height: 88px;
    background-image: url(images/samplesybut.gif);
    margin: 0 auto;
}
a#button2:hover {
    background-image: url(images/samplesybut1.gif);
}

a#button3 {
    display: block;
    width: 120px;
    height: 88px;
    background-image: url(images/aboutpbut.gif);
    margin: 0 auto;
}
a#button3:hover {
    background-image: url(images/aboutpbut1.gif);
}

a#button4 {
    display: block;
    width: 120px;
    height: 88px;
    background-image: url(images/contactgbut.gif);
    margin: 0 auto;
}
a#button4:hover {
    background-image: url(images/contactgbut1.gif);
}