
* {padding : 0; margin : 0;} /*resets all to zero*/

/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */
html { margin-bottom: 1px; min-height: 100%; }

body{
font-family: helvetica, arial, sans-serif;
color: #b5c2cd;
text-align: center;
min-width: 770px;
background : #000;
line-height: 1.3;
font-size: x-small;  /* for IE5 Win */
voice-family: "\"}\""; 
voice-family: inherit;
font-size: small; /* for compliant browsers */
}
/*be nice to Opera*/ 
html>body {  
font-size: small;
}



#container{
width: 700px;
text-align: left;
margin: 20px auto;
font-size: 90%;
position: relative;
height: 550px;
background: url(http://www.paprika-mad.co.uk/SCG/logo.jpg) no-repeat;
}



/* #email {font-size: 11px;
	margin: 0px auto;
}

a, a:link, a:visited {color: #b5c2cd; font-size: 11px;
text-decoration: none;}

a:hover, a:active {color: #b5c2cd;
text-decoration: underline;} */