/* ------------------------------------- 
   MINGO L'INDIEN, www.mingolindien.com 
   design/programming:  Example7, www.example7.com
   
*/



/* global overrides
   ---------------- */

* { margin: 0; padding: 0; }
img { border: none; }
br { line-height: 12px; }



/* foundation and layout
   ---------------- */

body { font-family: Arial, Helvetica, sans-serif; color: #FFF; font-size: 16px; line-height: 21px; background-image:url(../images/elements/space.jpg); background-repeat: repeat; background-position: top; background-color: #000; }

#map { width: 980px; height: 984px; text-align: left; background-image:url(../images/elements/mingo_in_space.jpg); background-repeat: no-repeat; background-position: top; }

#circle { width: 980px; height: 984px; text-align: left; background-image:url(../images/elements/mingo_in_orbit.jpg); background-repeat: no-repeat; background-position: top; }

#space { position: absolute;  width: 604px; height: 564px; margin: 210px 0 0 180px; text-align: left; overflow: auto; padding: 0 20px 0 0; } 


/* links and type
   -------------- */
   
a:link, a:visited, a:active { color: #1064A4; text-decoration: none; }
a:hover { color: #FFF; text-decoration: none; }

.title { font-size: 35px; line-height: 35px; font-weight: normal; font-family: Geneva, Arial, Helvetica, sans-serif; letter-spacing: 15px; }

/* images
   ------ */

.imgleft { padding: 3px 20px 30px 0; }
.imgright { padding: 3px 0 30px 20px; }

img, div { behavior: url(http://www.mingolindien.com/_js/iepngfix.htc) }
