div, p, a, li, td { -webkit-text-size-adjust:none; } /*Removes text enlargement on iphone w/ Safari*/

main, article, aside, footer, header, nav, section {/*Make sure HTML5 elements are read as block where appropriate by old browsers */
	display: block;
}

body {
        background: #00013f;
}

main{
        background-image: url("background.jpg");
        background-repeat: no-repeat;
        width: 850px;
        height: 651px;
        margin: auto;
}


.intro{
        position: relative;
        top: 20px;
        width: 600px;
	display: inline-block;
	margin-bottom: -64px;
	min-height: 665px;
}

.intro img{
        margin: auto;
        display: block;
}

.intro p{
        font-family: Verdana, Geneva, sans-serif;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        color: #dadbec;
        
        
}

.sampleImageBox{
 float: right; margin-top: 25px; 
}

.sampleImage{
display: block
}

.sampleText{
        position: relative;
        left: 626px;
        display: inline-block;
        width: 230px
}



.sampleText p{
        font-family: Verdana, Geneva, sans-serif;
        font-weight: 600;
        font-size: 10px;
        line-height: 14px;
        color: #dadbec;
margin-top: -10px;
        
}
