/*
-----------------------------------------------
robgoodlatte.com v2
Secondary style for Portfolio, Contact
Author:   Rob Goodlatte
Written:  July 9, 2007
----------------------------------------------- */

@import url(reset.css);
@import url(secondary.css);

#portfolio-available, #contact-available {
width: 680px;
height: 100px;
display: block;
text-indent: -9999px;
overflow: hidden;
background: url('images/portfolio_tomorrow.gif') top center no-repeat;	
margin: auto;
margin-top: 50px;
}

#contact-available {
	background: url('images/contact_form.gif') top center no-repeat;	
}