/*
 *      Title		: Index CSS
 *      File		: blank.css
 *      Copyright 	: 2010 cearo@www.cearocorp.com - Christiaan Rogiers
 *      Version		: 000        Build		: 000	DT	:	201002261139
 *      Purpose		: CSS for landing page of new CeaRO web site development
 *      Version Ctrl: git
 *      Editor		: Geany 0.18
 *      Platform	: Ubuntu Linux 9.10 - Apache 2.2.12 - mySQL 5.1
 *      			: phpMyAdmin 3.2.21 - WebMin 1.5    - PHP 
 */

*
{



}

html 
{
width:100%;
border:0px solid #ffffff;
background-image: url("../images/dot2.png");
background-repeat:repeat;
}

body
{



}

banner
{
text-align:center;
}

section
{
text-align:center;
}

ul
{
list-style-type:none;
}
