/* 
    Document   : main
    Created on : 21/07/2009, 5:29:22 PM
    Author     : chris
    Description:
        Purpose of the stylesheet follows.
*/



root { 
    display: block;
}
body {

    background-image: url(logo.png);
    background-position: center center;
	background-repeat:no-repeat;
    background-color: #254093;

	border: 3px solid #fff;
	margin:10px;
}

.titleblock
{
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    width: 500px;
    
    text-align: left;
    vertical-align: middle;
}

.blockcontainer
{
	position: absolute;
	bottom:10px;
	right:10px;
}

.border
{
	
    width: 100%;
    height: 100%;
    
}
