/*
Theme Name: Sitios Para Usted
Theme URI: http://www.sitiosparausted.com.
Description: The default WordPress theme for Sitios para usted
Version: 1.0
Author: David Dunkley
Author URI: http://sitiosparausted.com
Tags: SitiosParaUsted
*/

* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}

/* General styles */
body {
	background: url("img/logo-small.png") repeat center;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-align:center; /* center body in IE */
	margin:0 auto; /* center body for everyone else */
	padding:40px;
	border: none;			/* This removes the border around the viewport in old versions of IE */
	width:1100px;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
}
div {
	background: #fff;
	width: 800px;
	border: 5px solid black;			/* This removes the border around the viewport in old versions of IE */
}


