/*-----------------------------------------------------------------------------
elvernaculo.com.ar Style Sheet

date:   		2007
author:    moodstudio
email:     moodstudio@gmail.com
website:   http://www.moodstudio.net/
-----------------------------------------------------------------------------*/

/* =general
-----------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;}

html {
		height: 100%;
		}
body {
	font-size: 72%;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	background: #000 url(imagenes/background.jpg);
	padding: 5px;
	height: 100%;
	}


#content {
	padding: 5px;
	width: 1015px;
	margin: auto;}
