body{
    margin:0px 0px 0px 0px;
    text-align:center;
	background-image:url(main_bg.gif);
}

A, A:link{
 color:#666666;
 background:transparent;
 text-decoration: underline
}

A:visited{
    color:#bbbbbb;
    background:transparent;
    text-decoration:underline;
}

A:active, A:hover, .posted A:hover{
    color:#cccccc;
    background:transparent;
    text-decoration:underline
}

div#container{
    position:relative;
    width:500px;
	height:281px;
    background:#ffffff;
    text-align:center;
	margin:auto;
	margin-top:130px;
	background-repeat:no-repeat;
	background-image:url(melbourne_web_design1.gif);
}

* html body div#container{
    width:500px;
}

div#maintext{
    text-align:left;
	font-size:15px;
	color:#666666;
	font-family:Georgia, Arial, Helvetica, sans serif;
	line-height:150%;
	padding-top:85px;
	margin-left:262px;
}