@charset "utf-8";
/*------------------------------------------------
Application: Website
Screens: Desktop
Theme: n-ergie
Version: 1.0
Author: Emilio Garcia
Last modified: 27-05-2014
------------------------------------------------*/

/*----------------------------------------------*/
/* Global Reset */
/*----------------------------------------------*/
html, body {height: 100%;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
:focus {outline: 0;}/* remember to define focus styles! */
del {text-decoration: line-through;}

/*----------------------------------------------*/
/* General Styles */
/*----------------------------------------------*/
* {margin:0;padding:0;}
html, body {font-family:"Helvetica", "Arial", sans-serif; font-size: 16px; line-height: 24px; color: #383838;}

/*----------------------------------------------*/
/* Wrapper Styles */
/*----------------------------------------------*/
#wrapper {min-height: 100%; height: auto !important; height: 100%; margin:auto;}
#container {padding-top:100px; margin: auto; width: 820px; text-align:center;}