I would like to create a circle (without any animation) which is surrounded by other circles, like this:
To make a circle, use border-radius: 50%. Then just position 6 circular divs with position: absolute around the larger circle.
border-radius: 50%
divs
position: absolute
Kind of like this: http://jsfiddle.net/yxVkk/