/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:"Rockwell Extra Bold", Rockwell, "Arial Bold", "Arial Black", Arial;
	font-size:16px;
	color:#FFF;
	background-color:#E52029;
}

h1 {
	font-family: "Rockwell Extra Bold", Rockwell, "Arial Bold", "Arial Black", Arial;
	font-size:20px;
	color:#A6000B;
	display:inline;	
}

h2 {
	font-family: "Rockwell Extra Bold", Rockwell, "Arial Bold", "Arial Black", Arial;
	font-size:20px;
	color:#A6000B;
	display:inline;			
}

h3 {
	font-family: "Rockwell Extra Bold", Rockwell, "Arial Bold", "Arial Black", Arial;
	font-size:20px;
	color:#A6000B;
	display:inline;			
}

#logoWrapper {
	position: relative;
	margin:0 auto;
	padding:0px;
	text-align: center;	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #C91C24;	
	margin-top: 120px;
	height:380px;
}

.web-design-melbourne-logo {
	margin-top: 60px;	
}

.coming-soon {
	position: absolute;
	top: -48px;
	right:20px;
	width:300px;
	text-align:right;
	color: #A6000B;
	font-size:20px;
}

#web-design-melbourne {
	position: absolute;
	bottom:18px;
	right:20px;
	width: 400px;
	text-align:right;
}

#contentWrapper {
	position: relative;
	margin:0 auto;
	padding:0px;
	text-align: center;	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	height:400px;
	width:1200px;
}

#content1 {
	position:absolute;
	text-align:left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	width: 330px;
	left:56px;
	top: 20px;
}

#content2 {
	position:absolute;
	text-align:left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	width: 337px;
	left:440px;
	top: 20px;
}

#content3 {
	position:absolute;
	text-align:left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	width: 382px;
	left:811px;
	top: 20px;
}

