@charset "UTF-8";
/* CSS Document */

* {
    margin:0px;
	padding:0px;
}

body {
background-image:url(background.jpg);
background-repeat:repeat;  
}

#contenedor{
    width:800px;
	height:600px;
	border: 0px dotted #003366;
	margin: 0px auto;
	
	
}