#leftstripe {
    background-color: #ff8000;
    width: 10px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

#rightstripe {
    background-color: #ff8000;
    width: 10px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
}

body {
    background: #fff;
    color: #F80;
    text-decoration: none;
    font-family: 'Monda', sans-serif;
    font-size: 23px;
    font-weight: 700;
    -webkit-text-size-adjust: 100%;
}

.container {
    position: relative;
    display: block;
    width: 750px;
    margin: 0 auto;
}

p {
    margin: 0 0 20px 0;
    line-height: 27px;
}

a,a:visited {
    color: #333;
    text-decoration: underline;
    outline: 0;
}

a:hover,a:focus {
    color: #000;
}

p a,p a:visited {
    line-height: inherit;
}

#header {
    padding-top: 0;
}

#header a {
    color: #F80;
    text-decoration: none;
    font-family: 'Monda', sans-serif;
    font-size: 46px;
    font-weight: 700;
}

@media all and (max-device-width: 480px)
{
    #header a
    {
	font-size:20px;
    }
    
    body
    {
	font-size:12px;
    }

    .container
    {
	width:320px;
    }
}