body,html {
background-color:#000056;
background-image:url("lily2.JPG");
background-position:left top;
background-repeat:repeat;
}

/*BoxModel01*/
#wrapper{
width:1000px;
height:800px;
position:relative;
margin-left:auto;
margin-right: auto;
top:50px;
z-index:0;
background-color:#000056;
border:1px solid #fff;
border-radius:25px;
}

header{
width:1000px;
height:100px;
position:absolute;
left:opx;
top:0px;
padding:0px;
margin:0px;
z-index:1;
background:#f0f000;
border-radius:25px;
}

nav{
width:1000px;
height:100px;
position:absolute;
left:0px;
right:0px;
top:100px;
padding:0px;
margin:0px;
z-index:1;
background-color:#999;
border-radius:25px;
text-align:center;
}

aside{
width:250px;
height:500px;
position:absolute;
left:0px;
top:200px;
padding:0px;
margin:0px;
z-index:1;
background-color:#006050;
border-radius:25px;}

section{
width:750;
height:500px;
position:absolute;
left:250px;
top:200px;
padding:0px;
margin:0px;
z-index:1;
background-color:#0ff000;
border-radius:25px;}

footer{
width:1000px;
height:100px;
position:absolute;
left:0px;
top:700px;
padding:0px;
margin:0px;
z-index:1;
background-color:#f000f0;
border-radius:25px;}


article{
width:730px;
height:155px;
position:relative;
left:10px;
top:0px;
padding:0px;
margin-top:10px;
z-index:2;
background-color:#f0f000;
border-radius:25px;}

.text{
width:570;
height:145;
position:absolute;
left:5px;
top:5px;
padding:0px;
margin:0px;
z-index:4;
background-color:#ff0000;
border-radius:25px;}



.img{
width:145px;
height:145px;
position:absolute;
right:5px;
top:5px;
padding:0px;
margin:0px;
z-index:5;
background-color:#000ff0;
border-radius:25px;}

.text{
width:570;
height:145;
position:absolute;
left:5px;
top:5px;
padding:0px;
margin:0px;
z-index:4;
background-color:#ff0000;
border-radius:25px;}



.img{
width:145px;
height:145px;
position:absolute;
right:5px;
top:5px;
padding:0px;
margin:0px;
z-index:5;
background-color:#000ff0;
border-radius:25px;}

.text{
width:570;
height:145;
position:absolute;
left:5px;
top:5px;
padding:0px;
margin:0px;
z-index:4;
background-color:#ff0000;
border-radius:25px;}



.img{
width:145px;
height:145px;
position:absolute;
right:5px;
top:5px;
padding:0px;
margin:0px;
z-index:5;
background-color:#000ff0;
border-radius:25px;}









/********** NAVIGATION *********/

nav ul{
margin-top= 20px;
}

nav li{
display: inline;
margin-left: 30px;
}

nav a:link{
color: #000ff
}

nav a:visited{
color: #f00f0;
}

nav a:hover{
color: #ff000;
}

nav {
text-align: center;
}