h2.header {
text-align:left;
color:SteelBlue;
}
h4.motto {
text-align:left;
color:gray;
}
h4.header {
text-align:center;
color:SteelBlue;
}
body {
//background-color:black;
position:absolute;
background-image:url('./textures/dgrey047.jpg');
background-repeat:repeat;
background-attachment:fixed;
}
div#body {
//border:1px solid red;
width:1000px;
height:auto;
background-image:url('./textures/dgrey047.jpg');
background-repeat:repeat;
margin-left:auto;
margin-right:auto;
}
div#main1 {
//border:1px solid blue;
position:relative;
height:150px;
//float:left;
margin-left:auto;
margin-right:auto;
width:800px;
}
div#main2 {
//border:1px solid green;
position:absolute;
height:auto;
margin-top:150px;
//float:left;
margin-left:auto;
margin-right:auto;
width:800px;
height:300px;
}
div#main3 {
//border:1px solid yellow;
position:absolute;
height:auto;
margin-top:450px;
//float:left;
margin-left:auto;
margin-right:auto;
width:800px;
height:275px;
}
div#main4 {
//border:1px solid purple;
position:absolute;
height:auto;
margin-top:725px;
float:left;
width:800px;
height:275px;
}
div#main5 {
position:absolute;
height:auto;
margin-top:1000px;
float:left;
width:800px;
height:300px;
}
div.footer {
//border: 1px solid white;
position:absolute;
height:auto;
float:left;
width:800px;
margin-top:1600px;
}
p.main_body {
text-align:left;
margin-right:auto;
margin-left:auto;
width:auto;
color:goldenrod;
}
p.main_body2 {
text-align:center;
margin-right:auto;
margin-left:auto;
width:auto;
color:goldenrod;
}
img.in_text_left {
float:left;
padding-right:15px;
}
img.in_text_right {
float:right;
padding-left:15px;
}
p.footer {
text-align:center;
color:gray;
}
