/*
Theme Name: Coming Soon
Theme URI: http://www.tikiwebgroup.com/themes/
Author: Adam Selvidge
Author URI: http://www.tikiwebgroup.com/
Description: A coming soon template to load on account creation in WP MultiSite.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Maintenance Mode, No SQL

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
    color: #FFF;
    background-color: #003;
    margin: 0px;
}

#horizon {
    color: #FFF;
    background-color: transparent;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
    visibility: visible;
    display: block;
}

#content {
    font-family: Verdana,Geneva,Arial,sans-serif;
    background-color: transparent;
    margin-left: -125px;
    position: absolute;
    top: -35px;
    left: 50%;
    width: 250px;
    height: 70px;
    visibility: visible;
}
