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

body {
    background-color: #ffffff;
    margin: 0;
	padding: 0;
    text-align: center;
}

#container {
    margin: 0 auto;
    padding: 0px;
    text-align: left;
    width: 384px;
}

/*************************************************************
------------- Header Styling ---------------------------------
*************************************************************/

#header {
}

/*************************************************************
------------- Content Styling --------------------------------
*************************************************************/

#content {
	text-align: center;
	width: 384px;
}

#content #text_box {
	display: none;
}

#content #text_box p {
}

/*************************************************************
------------- Footer Styling --------------------------------
*************************************************************/

#footer {
}
	