@charset "UTF-8";
/* CSS Document */


.logo {
	float:left;
	padding-left:25px;
}

.links {
	text-align:left;
	padding-left:190px;
	}
	

img.bg {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 1024px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
}



.footer {
	float:left;
	margin-left:30px;
	margin-top:10px;
	opacity: 0.3;
}
	}


@media screen and (max-width: 1024px) { /* Specific to this particular image */
        img.bg {
                left: 50%;
                margin-left: -512px;   /* 50% */
        }
}

.smallbg {
	background-image:url(../images/Teammillerpro_img/splashpage_bg.jpg);
	height:700px;
	width:1000px;
	background-repeat:no-repeat;
	margin-left:250px;
	margin-top:100px;
	border:#BAA89A solid 1px;
}
