/*
Theme Name: Milking It Temp
Theme URI: http://tofg.net
Description: The under construction theme for Milking It
Version: 1.0
Author: Brad Neweduk
Author URI: http://tofg.net

*/

body {
    background:#000000 url('/wp-content/themes/milkingittemp/poster.jpg') no-repeat fixed 50% 50%;
}

#alert {
	background-color: rgba(0,0,0,0.8);
	color: #FFFFFF;
	text-align: center;
        font-size: 20px;
        letter-spacing: 1px;
        font-family: impact, sans-serif;
        padding-top: 20px;
        height: 80px;
        width: 350px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -175px;
        margin-top: -60px;
}

