/* style.css */
@media screen {


    body {
    	background:#59d3fa url(http://razonando.com/img/body_bg.jpg) repeat-x 0 0;
    }
    #container {
    	width: 1024px;
    	margin: 20px auto;
    }
    #header {
        width: 100%;
        height: 150px;
        background: url(http://razonando.com/img/logo.png) no-repeat top right;
    }
    #logoText {
    	text-indent: -9999px;
    }
    #featuredBox {
    	display: block;
    	position: relative !important;
    	float: left;
    	width: 100%;
    	height: 375px;
    	background: url(http://razonando.com/img/featuredText.png) no-repeat 0 0;
    }
    #featuredText {
    	text-indent: -9999px;
    }
    #featuredImage {
    	position: absolute;
    	top: 20px;
    	right: 0;
    }
    #newsletter {
        position: absolute;
        bottom: 0;
        left: 150px;
        width: 385px;
        height: 120px;
        background: url(http://razonando.com/img/form_bg.png) no-repeat;
    }
    #emailInput {
        position: absolute;
        top: 42px;
        left: 25px;
        height: 30px;
        width: 265px;
        border: none;
        font-size: 24px;
        color: #666;
    }
    #submitButton {
        position: absolute;
        top: 40px;
        left: 305px;
        height: 40px;
        width: 55px;
        border: 0 none;
        padding: 0;
    }
    #footer {
        clear: both;
        width: 900px;
        height: 400px;
        margin: auto;
        position: relative;
        padding-top: 150px;
        color: #094e64;
        font: bold 12px Arial, Helvetica, sans-serif;
        text-align: center;
        color: #fff;
    }
    p#menu_footer a {
        color: #094e64;
    }
    p#menu_footer a:hover {
        color: #fff;;
    }

    p#menu_footer {
        color: #fff;
    }
    #content {
        color: #fff;
        font-family: Tahoma, Verdana, Arial, Serif;
        width: 700px;
        margin: auto;
    }
    #content p {
        font-size: 18px;
    }
    #content h1 {
        font-size: 24px;
    }

}