* 												{ margin: 0; padding: 0;}
body 											{ background: #eaecf1 url('./img/background.jpg') no-repeat center top fixed;  width: 100%; height: 100%; }
p 												{ font-size: 13px; }

ul 												{ padding-left: 2em; font-size: 13px; }

.border 										{ border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }

.container 										{ background: url('./img/ie-transparent.png'); background: rgba(30, 41, 90, 0.87); width: 100%; position: absolute; top: 500px; min-height: 314px;}

.content 										{ color: white; font-family: 'PT Sans', sans-serif; max-width: 870px; margin: 30px auto; padding: 0  20px;}
.content h1 									{ font-family: 'Enriqueta', serif; margin-bottom: .3em; }
.content h2 									{ font-family: 'Enriqueta', serif; font-size: 18px }
.content h3 									{ font-family: 'Enriqueta', serif; font-size: 16px }
.content h4 									{ font-family: 'Enriqueta', serif; }
.content a 										{ color: #fff; }
.content p 										{ margin: 20px 0; }
.content .column-1 a.button 							{ text-decoration: none; color: #1e295a; font-family: 'Titillium Web', sans-serif; font-size: 16px; font-weight: bold; text-transform: uppercase; padding: 3px 25px 3px 10px; background: white url('./img/arrow.png') no-repeat 87% center; border-radius: 5px; }
.content .column-2 a.button 							{ text-decoration: none; color: #1e295a; font-family: 'Titillium Web', sans-serif; font-size: 16px; font-weight: bold; text-transform: uppercase; padding: 3px 25px 3px 10px; background: white url('./img/arrow.png') no-repeat 87% center; border-radius: 5px; }
.content a:hover 								{ opacity: .9; }

.column-1 										{ float: left; width: 47.65%;}
.column-2 										{ float: right; width: 47.65%;}
.break-float 									{ clear: both;}

footer	 										{ color: #8c99cf; font-family: 'PT Sans', sans-serif; text-align: center; border-top: 1px solid #545b7c; margin: 15px 0 35px 0; }
.content footer a 										{ text-decoration: none; color: #8c99cf;}
footer a:hover 									{ opacity: .9; }
