/*
Theme Name: Shopscript
Theme URI: http://www.haycroftmedia.com
Description: Shopscript template
Version: 1.0
Author: Matt Bush
Author URI: http://www.haycroftmedia.com

*/

html, body{
background-color:#fff;
height:100%;
width:100%;
margin: 0;
padding: 0;
text-align:center;
position:relative;
}

div#content{
height: 64px;
width:400px;
position: absolute;
top: 50%;
left:50%;
margin-top:-32px; /*half total height*/
margin-left:-200px; /*half total width */
overflow:hidden;
background-color:#fff;
}


