/* 
========================================================================================================================
Title:				Give Us a Go
Author URI: 		www.viocorp.com
--
Description:		Reset, basic layout and presentation for screen media
--
Updated:			13.08.2009
========================================================================================================================
*/

/* Import normal css */
@import url("screen.css");

/* Now do local mods */
html {
	min-width: 400px;
}

/* 
========================================================================================================================
POPUP WINDOW - PETITION
========================================================================================================================
*/
body#petition {
	background: #fafafa url(../img/bg.gif) center -215px repeat-x;
}
body#petition #container {
	width: 80%;
	padding: 0;
}
body#petition #container #masthead {
	background-image: none;
	padding: 0;
}
body#petition #container #masthead .logo {
}
body#petition #container #masthead .strapline {
	display: none;
}
body#petition #container #content {
}
body#petition #container #content #main {
}
body#petition #container #content #main h1 {
	margin-top: 0;
}
body#petition #footer {
}
body#petition #footer #footer_legal {
	border: none;
	text-align: center;
	width: auto;
}
body#petition #footer #footer_legal p.copyright {
	margin: 0;
	float: none;
}
