﻿body {
}

.header {
	width: 895px;
	height: 125px;
	padding: 0;
	margin: 0;
    background-color:white;
}

.jomboTron{
    width:875px; 
    height:400px;
    border: 10px solid white;
            
}

.quickStart{
    width:420px; 
    height:200px;
    float:left;
    border: 10px solid white;
}

.trained{
    width:420px; 
    height:200px;
    float:right;
    border-bottom: 10px solid white;
    border-Right: 10px solid white;
    border-Top: 10px solid white;
    border-Left: 25px solid white;
    margin-right:5px;
}

.cattleProd{
    width:900px;
}

.container{
    margin: 0 auto; 
    width:875px;
}
