
.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    min-width:370px;
    overflow-x: hidden;
    overflow-y: hidden;
}

#Body_Cont {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    clear: both;
    width: 99.998609%;
    margin-right: 0%;
    display: block;
}

#Header {
    float: left;
    height: 193px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    position: relative;
    display: block;
    background-image:-webkit-linear-gradient(80deg, rgb(25, 61, 119) 5%, rgb(1, 26, 66) 100%);
    background-image: linear-gradient(10deg, rgb(25, 61, 119) 5%, rgb(1, 26, 66) 100%);
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    margin-right: 0%;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
    text-align: center;
}


#Main {
    float: left;
    margin-left: 0.00139138%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    background-image:-webkit-linear-gradient(286deg, white 5%, rgb(109,160,242) 95%);
    background-image: linear-gradient(164deg, white 5%, rgb(109,160,242) 95%);
    background-attachment: scroll;
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
}

#cont {
    margin: auto;
    width: 100%;
    overflow-y: auto;
    padding-bottom: 30px;
    min-height: 500px;
}

#Footer_Cont {
    float: left;
    height: 244px;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    width: 100%;
    background: rgb(33, 33, 33);
    display: block;
    margin-right: 0%;
}

#Foot_Left {
    float: left;
    height: 187px;
    margin-left: 2.311053%;
    margin-top: 26px;
    clear: none;
    width: 29.42175%;
    background-color: rgb(33, 33, 33);
}

#Foot_Middle {
    float: left;
    height: 187px;
    margin-left: 2.398709%;
    margin-top: 26px;
    clear: none;
    width: 31.734194%;
    background-color: rgb(33, 33, 33);
}

#Foot_Right {
    float: left;
    height: 187px;
    margin-left: 2.4001%;
    margin-top: 26px;
    clear: none;
    width: 29.051647%;
    background-color: rgb(33, 33, 33);
}
.myButton {
	box-shadow: 0px 0px 0px 2px #001330;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff8300), color-stop(1, #f7ba79));
	background:-webkit-linear-gradient(top, #001330 5%, #273b5b 100%);
	background:linear-gradient(to bottom, #001330 5%, #273b5b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8300', endColorstr='#f7ba79',GradientType=0);
	background-color:#001330;
	border-radius:22px;
	border:1px solid #212f44;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:12px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #001330;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f7ba79), color-stop(1, #ff8300));
	background:-webkit-linear-gradient(top, #273b5b 5%, #001330 100%);
	background:linear-gradient(to bottom, #273b5b 5%, #001330 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#001330;
}
.myButton:active {
	position:relative;
	top:1px;
}


@media only screen and (max-width: 760px) {
}

@media only screen and (max-width: 640px) {
    #Footer_Cont {
        float: left;
        height: auto;
        margin-left: 0%;
        margin-top: 0px;
        clear: both;
        width: 100%;
        background: rgb(33, 33, 33);
        display: inline-block;
        margin-right: 0%;
    }

    #Foot_Left {
        float: left;
        height: 187px;
        margin:auto;
        width: 80%;
        background-color: rgb(33, 33, 33);
    }

    #Foot_Middle {
        float: left;
        height: 187px;
        margin: auto;
        width: 80%;
        background-color: rgb(33, 33, 33);
    }

    #Foot_Right {
        float: left;
        height: 187px;
        margin:auto;
        width: 80%;
        background-color: rgb(33, 33, 33);
    }
}