@charset "UTF-8";
/*
	Autor: Pia Cucher
	piacucher@gmail.com
	http://piacucher.com
	para Policop 
*/

/* Structure */

* {margin:0; padding:0;}
html {overflow-y:scroll;} 
ul { list-style: none inside;}
p { color:#333;font-family:Verdana, Geneva, sans-serif;} 
a {text-decoration:none; color:#F33;}
h1 { font-family:Georgia, "Times New Roman", Times, serif; font-size:26px; color:#699}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}


/* web */

#pageWrap {
	width:890px; 
	margin: 0 auto;
	}
